#AC5EBB

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

Shades of Deep Lilac #AC5EBB

Tints of Deep Lilac #AC5EBB

Color information

#AC5EBB (or 0xAC5EBB) is unknown color: approx Deep Lilac. HEX triplet: AC, 5E and BB. RGB value is (172,94,187). Sum of RGB (Red+Green+Blue) = 172+94+187=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC5EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EBB is #53A144. Grayscale: #7F7F7F. Windows color (decimal): -5480773 or 12279468. OLE color: 12279468.

HSL color Cylindrical-coordinate representation of color #AC5EBB: hue angle of 290.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5EBB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17294187-
CMYK0.080.5000.27
HSL290.32º40.61%55.1%-
HSV(B)290.32º49.73%73.33%-
XYZ29.9920.3649.36-
YUV127.92161.34159.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 94 (37.11% from 255) = 20.75%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=37.97%
G=20.75%
B=41.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172941870.080.5000.27290.3240.6155.1
HexAC5EBB83201B1222937
Octal25413627310620334425167
Binary101011001011110101110111000110010011011100100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5EBB; }

 p { color: rgb(172,94,187); }

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

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

 a { background-color: rgb(172,94,187); }

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

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

 span { border-color: rgb(172,94,187); }

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