#AC5CC0

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

Shades of Deep Lilac #AC5CC0

Tints of Deep Lilac #AC5CC0

Color information

#AC5CC0 (or 0xAC5CC0) is unknown color: approx Deep Lilac. HEX triplet: AC, 5C and C0. RGB value is (172,92,192). Sum of RGB (Red+Green+Blue) = 172+92+192=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC5CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CC0 is #53A33F. Grayscale: #7F7F7F. Windows color (decimal): -5481280 or 12606636. OLE color: 12606636.

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

Color convert

RGB17292192-
CMYK0.100.5200.25
HSL288º44.25%55.69%-
HSV(B)288º52.08%75.29%-
XYZ30.3520.2352.17-
YUV127.32164.5159.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=37.72%
G=20.18%
B=42.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172921920.100.5200.2528844.2555.69
HexAC5CC0A340191202c38
Octal25413430012640314405470
Binary101011001011100110000001010110100011001100100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CC0; }

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

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

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

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

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

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

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

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