#AD68B9

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

Shades of Deep Lilac #AD68B9

Tints of Deep Lilac #AD68B9

Color information

#AD68B9 (or 0xAD68B9) is unknown color: approx Deep Lilac. HEX triplet: AD, 68 and B9. RGB value is (173,104,185). Sum of RGB (Red+Green+Blue) = 173+104+185=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD68B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68B9 is #529746. Grayscale: #858585. Windows color (decimal): -5412679 or 12150957. OLE color: 12150957.

HSL color Cylindrical-coordinate representation of color #AD68B9: hue angle of 291.11º degrees, saturation: 0.37, 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 #AD68B9 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173104185-
CMYK0.060.4400.27
HSL291.11º36.65%56.67%-
HSV(B)291.11º43.78%72.55%-
XYZ30.9422.2948.57-
YUV133.86156.86155.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=37.45%
G=22.51%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731041850.060.4400.27291.1136.6556.67
HexAD68B962C01B1232539
Octal2551502716540334434571
Binary10101101110100010111001110101100011011100100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD68B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD68B9; }

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

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

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

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

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

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

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

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