#AC5DBE

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

Shades of Deep Lilac #AC5DBE

Tints of Deep Lilac #AC5DBE

Color information

#AC5DBE (or 0xAC5DBE) is unknown color: approx Deep Lilac. HEX triplet: AC, 5D and BE. RGB value is (172,93,190). Sum of RGB (Red+Green+Blue) = 172+93+190=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DBE is #53A241. Grayscale: #7F7F7F. Windows color (decimal): -5481026 or 12475820. OLE color: 12475820.

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

Color convert

RGB17293190-
CMYK0.090.5100.25
HSL288.87º42.73%55.49%-
HSV(B)288.87º51.05%74.51%-
XYZ30.2220.3251.04-
YUV127.68163.17159.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=37.80%
G=20.44%
B=41.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172931900.090.5100.25288.8742.7355.49
HexAC5DBE9330191212b37
Octal25413527611630314415367
Binary101011001011101101111101001110011011001100100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5DBE; }

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

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

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

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

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

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

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

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