#aa4cff

Color #AA4CFF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA4CFF

Tints of Medium Orchid #AA4CFF

Color information

#AA4CFF (or 0xAA4CFF) is unknown color: approx Medium Orchid. HEX triplet: AA, 4C and FF. RGB value is (170,76,255). Sum of RGB (Red+Green+Blue) = 170+76+255=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFF is #55B300. Grayscale: #7B7B7B. Windows color (decimal): -5616385 or 16731306. OLE color: 16731306.

HSL color Cylindrical-coordinate representation of color #AA4CFF: hue angle of 271.51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4CFF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17076255-
CMYK0.330.7000
HSL271.51º100%64.9%-
HSV(B)271.51º70.2%100%-
XYZ37.2120.9396.69-
YUV124.51201.64160.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 76 (30.08% from 255) = 15.17%
BLUE value IS 255 (100% from 255) = 50.90%
R=33.93%
G=15.17%
B=50.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170762550.330.7000271.5110064.9
HexAA4CFF2146001106441
Octal2521143774110600420144101
Binary1010101010011001111111110000110001100010001000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4cff; }

 p { color: rgb(170,76,255); }

 H1.HeaderClassName
 {
   color: #aa4cff;
 }
 .AnyTagClassName
 {
   color: #aa4cff;
 }
</style>
background-color css

<style>
 a { background-color: #aa4cff; }

 a { background-color: rgb(170,76,255); }

 div.DivClassName
 {
   background-color: #aa4cff;
 }
 .BgClassName
 {
   background-color: #aa4cff;
 }
</style>
border-color css

<style>
 span { border-color: #aa4cff; }

 span { border-color: rgb(170,76,255); }

 td.TdClassName
 {
   border-color: #aa4cff;
 }
 .TagClassName
 {
   border-color: #aa4cff;
 }
</style>