#AA4FC4

Color #AA4FC4 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA4FC4

Tints of Deep Lilac #AA4FC4

Color information

#AA4FC4 (or 0xAA4FC4) is unknown color: approx Deep Lilac. HEX triplet: AA, 4F and C4. RGB value is (170,79,196). Sum of RGB (Red+Green+Blue) = 170+79+196=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA4FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FC4 is #55B03B. Grayscale: #777777. Windows color (decimal): -5615676 or 12865450. OLE color: 12865450.

HSL color Cylindrical-coordinate representation of color #AA4FC4: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4FC4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17079196-
CMYK0.130.6000.23
HSL286.67º49.79%53.92%-
HSV(B)286.67º59.69%76.86%-
XYZ29.3418.1254.18-
YUV119.55171.15163.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 79 (31.25% from 255) = 17.75%
BLUE value IS 196 (76.95% from 255) = 44.04%
R=38.20%
G=17.75%
B=44.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170791960.130.6000.23286.6749.7953.92
HexAA4FC4D3C01711f3236
Octal25211730415740274376266
Binary101010101001111110001001101111100010111100011111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FC4; }

 p { color: rgb(170,79,196); }

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

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

 a { background-color: rgb(170,79,196); }

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

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

 span { border-color: rgb(170,79,196); }

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