#ac67ba

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

Shades of Deep Lilac #AC67BA

Tints of Deep Lilac #AC67BA

Color information

#AC67BA (or 0xAC67BA) is unknown color: approx Deep Lilac. HEX triplet: AC, 67 and BA. RGB value is (172,103,186). Sum of RGB (Red+Green+Blue) = 172+103+186=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67BA is #539845. Grayscale: #848484. Windows color (decimal): -5478470 or 12216236. OLE color: 12216236.

HSL color Cylindrical-coordinate representation of color #AC67BA: hue angle of 289.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC67BA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172103186-
CMYK0.080.4500.27
HSL289.88º37.56%56.67%-
HSV(B)289.88º44.62%72.94%-
XYZ30.7322.0249.08-
YUV133.09157.86155.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=37.31%
G=22.34%
B=40.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721031860.080.4500.27289.8837.5656.67
HexAC67BA82D01B1222639
Octal25414727210550334424671
Binary101011001100111101110101000101101011011100100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac67ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac67ba; }

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

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

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

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

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

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

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

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