#AC69BD

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

Shades of Deep Lilac #AC69BD

Tints of Deep Lilac #AC69BD

Color information

#AC69BD (or 0xAC69BD) is unknown color: approx Deep Lilac. HEX triplet: AC, 69 and BD. RGB value is (172,105,189). Sum of RGB (Red+Green+Blue) = 172+105+189=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC69BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69BD is #539642. Grayscale: #868686. Windows color (decimal): -5477955 or 12413356. OLE color: 12413356.

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

Color convert

RGB172105189-
CMYK0.090.4400.26
HSL287.86º38.89%57.65%-
HSV(B)287.86º44.44%74.12%-
XYZ31.2522.5550.85-
YUV134.61158.7154.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=36.91%
G=22.53%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721051890.090.4400.26287.8638.8957.65
HexAC69BD92C01A120273a
Octal25415127511540324404772
Binary101011001101001101111011001101100011010100100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC69BD; }

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

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

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

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

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

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

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

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