#AC5BBA

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

Shades of Deep Lilac #AC5BBA

Tints of Deep Lilac #AC5BBA

Color information

#AC5BBA (or 0xAC5BBA) is unknown color: approx Deep Lilac. HEX triplet: AC, 5B and BA. RGB value is (172,91,186). Sum of RGB (Red+Green+Blue) = 172+91+186=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BBA is #53A445. Grayscale: #7D7D7D. Windows color (decimal): -5481542 or 12213164. OLE color: 12213164.

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

Color convert

RGB17291186-
CMYK0.080.5100.27
HSL291.16º40.77%54.31%-
HSV(B)291.16º51.08%72.94%-
XYZ29.6219.848.71-
YUV126.05161.84160.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=38.31%
G=20.27%
B=41.43%

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
Decimal172911860.080.5100.27291.1640.7754.31
HexAC5BBA83301B1232936
Octal25413327210630334435166
Binary101011001011011101110101000110011011011100100011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BBA; }

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

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

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

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

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

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

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

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