#AC60BF

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

Shades of Deep Lilac #AC60BF

Tints of Deep Lilac #AC60BF

Color information

#AC60BF (or 0xAC60BF) is unknown color: approx Deep Lilac. HEX triplet: AC, 60 and BF. RGB value is (172,96,191). Sum of RGB (Red+Green+Blue) = 172+96+191=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BF is #539F40. Grayscale: #818181. Windows color (decimal): -5480257 or 12542124. OLE color: 12542124.

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

Color convert

RGB17296191-
CMYK0.100.5000.25
HSL288º42.6%56.27%-
HSV(B)288º49.74%74.9%-
XYZ30.620.951.71-
YUV129.55162.68158.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 191 (75% from 255) = 41.61%
R=37.47%
G=20.92%
B=41.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172961910.100.5000.2528842.656.27
HexAC60BFA320191202b38
Octal25414027712620314405370
Binary101011001100000101111111010110010011001100100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC60BF; }

 p { color: rgb(172,96,191); }

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

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

 a { background-color: rgb(172,96,191); }

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

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

 span { border-color: rgb(172,96,191); }

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