Html Css Color HEX #AD6CB9 Deep Lilac

📋 copy color: '#AD6CB9'

red 173 ◦ green 108 ◦ blue 185

#AD6CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #AD6CB9

Tints of Deep Lilac #AD6CB9

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 37.12%
G = 23.18%
B = 39.7%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD6CB9 (or 0xAD6CB9) is known color: Deep Lilac. HEX triplet: AD, 6C and B9. RGB value is (173,108,185). Sum of RGB (Red+Green+Blue) = 173+108+185=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD6CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CB9 is #529346. Grayscale: #878787. Windows color (decimal): -5411655 or 12151981. OLE color: 12151981.

HSL color Cylindrical-coordinate representation of color #AD6CB9: hue angle of 290.65º degrees, saturation: 0.35, 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 #AD6CB9 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 108 185 -
CMYK 0.06 0.42 0 0.27
HSL 290.65º 0.35% 0.57% -
HSV(B) 290.65º 0.42% 0.73% -
XYZ 31.35 23.11 48.71 -
YUV 136.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 173 108 185 0.06 0.42 0 0.27 290.65 0.35 0.57
Hex AD 6C B9 6 2A 0 1B 123 23 39
Octal 255 154 271 6 52 0 33 443 43 71
Binary 10101101 1101100 10111001 110 101010 0 11011 100100011 100011 111001

Color Harmonies of #AD6CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CB9

Black with #AD6CB9

Text Example


Text Example

White with #AD6CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CB9; }

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

 H1.HeaderClassName
 {
   color: #AD6CB9;
 }
 .AnyTagClassName
 {
   color: #AD6CB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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