#AE6ABC

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

Shades of Deep Lilac #AE6ABC

Tints of Deep Lilac #AE6ABC

Color information

#AE6ABC (or 0xAE6ABC) is unknown color: approx Deep Lilac. HEX triplet: AE, 6A and BC. RGB value is (174,106,188). Sum of RGB (Red+Green+Blue) = 174+106+188=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ABC is #519543. Grayscale: #878787. Windows color (decimal): -5346628 or 12348078. OLE color: 12348078.

HSL color Cylindrical-coordinate representation of color #AE6ABC: hue angle of 289.76º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE6ABC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174106188-
CMYK0.070.4400.26
HSL289.76º37.96%57.65%-
HSV(B)289.76º43.62%73.73%-
XYZ31.6922.9450.33-
YUV135.68157.53155.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=37.18%
G=22.65%
B=40.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741061880.070.4400.26289.7637.9657.65
HexAE6ABC72C01A122263a
Octal2561522747540324424672
Binary10101110110101010111100111101100011010100100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6ABC; }

 p { color: rgb(174,106,188); }

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

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

 a { background-color: rgb(174,106,188); }

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

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

 span { border-color: rgb(174,106,188); }

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