#AC5CBE

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

Shades of Deep Lilac #AC5CBE

Tints of Deep Lilac #AC5CBE

Color information

#AC5CBE (or 0xAC5CBE) is unknown color: approx Deep Lilac. HEX triplet: AC, 5C and BE. RGB value is (172,92,190). Sum of RGB (Red+Green+Blue) = 172+92+190=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBE is #53A341. Grayscale: #7E7E7E. Windows color (decimal): -5481282 or 12475564. OLE color: 12475564.

HSL color Cylindrical-coordinate representation of color #AC5CBE: hue angle of 288.98º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5CBE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17292190-
CMYK0.090.5200.25
HSL288.98º42.98%55.29%-
HSV(B)288.98º51.58%74.51%-
XYZ30.1320.1451.01-
YUV127.09163.5160.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 92 (36.33% from 255) = 20.26%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=37.89%
G=20.26%
B=41.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172921900.090.5200.25288.9842.9855.29
HexAC5CBE9340191212b37
Octal25413427611640314415367
Binary101011001011100101111101001110100011001100100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CBE; }

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

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

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

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

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

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

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

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