#AD6CBA

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

Shades of Deep Lilac #AD6CBA

Tints of Deep Lilac #AD6CBA

Color information

#AD6CBA (or 0xAD6CBA) is unknown color: approx Deep Lilac. HEX triplet: AD, 6C and BA. RGB value is (173,108,186). Sum of RGB (Red+Green+Blue) = 173+108+186=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CBA is #529345. Grayscale: #888888. Windows color (decimal): -5411654 or 12217517. OLE color: 12217517.

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

Color convert

RGB173108186-
CMYK0.070.4200.27
HSL290º36.11%57.65%-
HSV(B)290º41.94%72.94%-
XYZ31.4623.1549.27-
YUV136.33156.03154.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=37.04%
G=23.13%
B=39.83%

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
Decimal1731081860.070.4200.2729036.1157.65
HexAD6CBA72A01B122243a
Octal2551542727520334424472
Binary10101101110110010111010111101010011011100100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CBA; }

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

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

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

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

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

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

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

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