#AC5ABE

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

Shades of Deep Lilac #AC5ABE

Tints of Deep Lilac #AC5ABE

Color information

#AC5ABE (or 0xAC5ABE) is unknown color: approx Deep Lilac. HEX triplet: AC, 5A and BE. RGB value is (172,90,190). Sum of RGB (Red+Green+Blue) = 172+90+190=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC5ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ABE is #53A541. Grayscale: #7D7D7D. Windows color (decimal): -5481794 or 12475052. OLE color: 12475052.

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

Color convert

RGB17290190-
CMYK0.090.5300.25
HSL289.2º43.48%54.9%-
HSV(B)289.2º52.63%74.51%-
XYZ29.9619.850.96-
YUV125.92164.17160.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 90 (35.55% from 255) = 19.91%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=38.05%
G=19.91%
B=42.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172901900.090.5300.25289.243.4854.9
HexAC5ABE9350191212b37
Octal25413227611650314415367
Binary101011001011010101111101001110101011001100100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5ABE; }

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

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

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

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

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

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

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

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