#AD6ABD

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

Shades of Deep Lilac #AD6ABD

Tints of Deep Lilac #AD6ABD

Color information

#AD6ABD (or 0xAD6ABD) is unknown color: approx Deep Lilac. HEX triplet: AD, 6A and BD. RGB value is (173,106,189). Sum of RGB (Red+Green+Blue) = 173+106+189=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD6ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ABD is #529542. Grayscale: #878787. Windows color (decimal): -5412163 or 12413613. OLE color: 12413613.

HSL color Cylindrical-coordinate representation of color #AD6ABD: hue angle of 288.43º 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 #AD6ABD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173106189-
CMYK0.080.4400.26
HSL288.43º38.6%57.84%-
HSV(B)288.43º43.92%74.12%-
XYZ31.5722.8750.89-
YUV135.49158.2154.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=36.97%
G=22.65%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731061890.080.4400.26288.4338.657.84
HexAD6ABD82C01A120273a
Octal25515227510540324404772
Binary101011011101010101111011000101100011010100100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ABD; }

 p { color: rgb(173,106,189); }

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

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

 a { background-color: rgb(173,106,189); }

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

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

 span { border-color: rgb(173,106,189); }

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