#AD66BF

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

Shades of Deep Lilac #AD66BF

Tints of Deep Lilac #AD66BF

Color information

#AD66BF (or 0xAD66BF) is unknown color: approx Deep Lilac. HEX triplet: AD, 66 and BF. RGB value is (173,102,191). Sum of RGB (Red+Green+Blue) = 173+102+191=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66BF is #529940. Grayscale: #858585. Windows color (decimal): -5413185 or 12543661. OLE color: 12543661.

HSL color Cylindrical-coordinate representation of color #AD66BF: hue angle of 287.87º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD66BF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173102191-
CMYK0.090.4700.25
HSL287.87º41.01%57.45%-
HSV(B)287.87º46.6%74.9%-
XYZ31.3922.1551.91-
YUV133.38160.52156.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 191 (75% from 255) = 40.99%
R=37.12%
G=21.89%
B=40.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731021910.090.4700.25287.8741.0157.45
HexAD66BF92F0191202939
Octal25514627711570314405171
Binary101011011100110101111111001101111011001100100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD66BF; }

 p { color: rgb(173,102,191); }

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

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

 a { background-color: rgb(173,102,191); }

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

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

 span { border-color: rgb(173,102,191); }

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