#AC5CBA

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

Shades of Deep Lilac #AC5CBA

Tints of Deep Lilac #AC5CBA

Color information

#AC5CBA (or 0xAC5CBA) is unknown color: approx Deep Lilac. HEX triplet: AC, 5C and BA. RGB value is (172,92,186). Sum of RGB (Red+Green+Blue) = 172+92+186=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBA is #53A345. Grayscale: #7E7E7E. Windows color (decimal): -5481286 or 12213420. OLE color: 12213420.

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

Color convert

RGB17292186-
CMYK0.080.5100.27
HSL291.06º40.52%54.51%-
HSV(B)291.06º50.54%72.94%-
XYZ29.719.9748.74-
YUV126.64161.5160.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 92 (36.33% from 255) = 20.44%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=38.22%
G=20.44%
B=41.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172921860.080.5100.27291.0640.5254.51
HexAC5CBA83301B1232937
Octal25413427210630334435167
Binary101011001011100101110101000110011011011100100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CBA; }

 p { color: rgb(172,92,186); }

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

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

 a { background-color: rgb(172,92,186); }

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

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

 span { border-color: rgb(172,92,186); }

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