#AD6CBC

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

Shades of Deep Lilac #AD6CBC

Tints of Deep Lilac #AD6CBC

Color information

#AD6CBC (or 0xAD6CBC) is unknown color: approx Deep Lilac. HEX triplet: AD, 6C and BC. RGB value is (173,108,188). Sum of RGB (Red+Green+Blue) = 173+108+188=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CBC is #529343. Grayscale: #888888. Windows color (decimal): -5411652 or 12348589. OLE color: 12348589.

HSL color Cylindrical-coordinate representation of color #AD6CBC: hue angle of 288.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6CBC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173108188-
CMYK0.080.4300.26
HSL288.75º37.38%58.04%-
HSV(B)288.75º42.55%73.73%-
XYZ31.6723.2450.39-
YUV136.56157.03154-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=36.89%
G=23.03%
B=40.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731081880.080.4300.26288.7537.3858.04
HexAD6CBC82B01A121253a
Octal25515427410530324414572
Binary101011011101100101111001000101011011010100100001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CBC; }

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

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

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

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

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

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

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

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