#AD6BBA

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

Shades of Deep Lilac #AD6BBA

Tints of Deep Lilac #AD6BBA

Color information

#AD6BBA (or 0xAD6BBA) is unknown color: approx Deep Lilac. HEX triplet: AD, 6B and BA. RGB value is (173,107,186). Sum of RGB (Red+Green+Blue) = 173+107+186=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BBA is #529445. Grayscale: #878787. Windows color (decimal): -5411910 or 12217261. OLE color: 12217261.

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

Color convert

RGB173107186-
CMYK0.070.4200.27
HSL290.13º36.41%57.45%-
HSV(B)290.13º42.47%72.94%-
XYZ31.3522.9449.23-
YUV135.74156.37154.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=37.12%
G=22.96%
B=39.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731071860.070.4200.27290.1336.4157.45
HexAD6BBA72A01B1222439
Octal2551532727520334424471
Binary10101101110101110111010111101010011011100100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BBA; }

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

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

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

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

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

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

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

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