#AC67BD

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

Shades of Deep Lilac #AC67BD

Tints of Deep Lilac #AC67BD

Color information

#AC67BD (or 0xAC67BD) is unknown color: approx Deep Lilac. HEX triplet: AC, 67 and BD. RGB value is (172,103,189). Sum of RGB (Red+Green+Blue) = 172+103+189=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC67BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67BD is #539842. Grayscale: #858585. Windows color (decimal): -5478467 or 12412844. OLE color: 12412844.

HSL color Cylindrical-coordinate representation of color #AC67BD: hue angle of 288.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC67BD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172103189-
CMYK0.090.4600.26
HSL288.14º39.45%57.25%-
HSV(B)288.14º45.5%74.12%-
XYZ31.0522.1550.78-
YUV133.44159.36155.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=37.07%
G=22.20%
B=40.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721031890.090.4600.26288.1439.4557.25
HexAC67BD92E01A1202739
Octal25414727511560324404771
Binary101011001100111101111011001101110011010100100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC67BD; }

 p { color: rgb(172,103,189); }

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

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

 a { background-color: rgb(172,103,189); }

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

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

 span { border-color: rgb(172,103,189); }

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