#AD6ABA

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

Shades of Deep Lilac #AD6ABA

Tints of Deep Lilac #AD6ABA

Color information

#AD6ABA (or 0xAD6ABA) is unknown color: approx Deep Lilac. HEX triplet: AD, 6A and BA. RGB value is (173,106,186). Sum of RGB (Red+Green+Blue) = 173+106+186=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ABA is #529545. Grayscale: #868686. Windows color (decimal): -5412166 or 12217005. OLE color: 12217005.

HSL color Cylindrical-coordinate representation of color #AD6ABA: hue angle of 290.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6ABA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173106186-
CMYK0.070.4300.27
HSL290.25º36.7%57.25%-
HSV(B)290.25º43.01%72.94%-
XYZ31.2522.7449.2-
YUV135.15156.7155-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.20%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 186 (73.05% from 255) = 40%
R=37.20%
G=22.80%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731061860.070.4300.27290.2536.757.25
HexAD6ABA72B01B1222539
Octal2551522727530334424571
Binary10101101110101010111010111101011011011100100010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6ABA; }

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

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

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

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

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

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

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

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