#AC6CB8

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

Shades of Deep Lilac #AC6CB8

Tints of Deep Lilac #AC6CB8

Color information

#AC6CB8 (or 0xAC6CB8) is unknown color: approx Deep Lilac. HEX triplet: AC, 6C and B8. RGB value is (172,108,184). Sum of RGB (Red+Green+Blue) = 172+108+184=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC6CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CB8 is #539347. Grayscale: #878787. Windows color (decimal): -5477192 or 12086444. OLE color: 12086444.

HSL color Cylindrical-coordinate representation of color #AC6CB8: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6CB8 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172108184-
CMYK0.070.4100.28
HSL290.53º34.86%57.25%-
HSV(B)290.53º41.3%72.16%-
XYZ31.0322.9648.14-
YUV135.8155.2153.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=37.07%
G=23.28%
B=39.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721081840.070.4100.28290.5334.8657.25
HexAC6CB872901C1232339
Octal2541542707510344434371
Binary10101100110110010111000111101001011100100100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6CB8; }

 p { color: rgb(172,108,184); }

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

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

 a { background-color: rgb(172,108,184); }

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

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

 span { border-color: rgb(172,108,184); }

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