#AD68BB

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

Shades of Deep Lilac #AD68BB

Tints of Deep Lilac #AD68BB

Color information

#AD68BB (or 0xAD68BB) is unknown color: approx Deep Lilac. HEX triplet: AD, 68 and BB. RGB value is (173,104,187). Sum of RGB (Red+Green+Blue) = 173+104+187=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68BB is #529744. Grayscale: #858585. Windows color (decimal): -5412677 or 12282029. OLE color: 12282029.

HSL color Cylindrical-coordinate representation of color #AD68BB: 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.44%. Process color model (Four color, CMYK) of #AD68BB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173104187-
CMYK0.070.4400.27
HSL289.88º37.9%57.06%-
HSV(B)289.88º44.39%73.33%-
XYZ31.1522.3749.69-
YUV134.09157.86155.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=37.28%
G=22.41%
B=40.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731041870.070.4400.27289.8837.957.06
HexAD68BB72C01B1222639
Octal2551502737540334424671
Binary10101101110100010111011111101100011011100100010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68BB; }

 p { color: rgb(173,104,187); }

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

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

 a { background-color: rgb(173,104,187); }

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

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

 span { border-color: rgb(173,104,187); }

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