Html Css Color HEX #AD68B9 Deep Lilac

📋 copy color: '#AD68B9'

red 173 ◦ green 104 ◦ blue 185

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

Shades of Deep Lilac #AD68B9

Tints of Deep Lilac #AD68B9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

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

R = 37.45%
G = 22.51%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD68B9 (or 0xAD68B9) is known color: Deep Lilac. HEX triplet: AD, 68 and B9. RGB value is (173,104,185). Sum of RGB (Red+Green+Blue) = 173+104+185=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD68B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68B9 is #529746. Grayscale: #858585. Windows color (decimal): -5412679 or 12150957. OLE color: 12150957.

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

Color convert

RGB 173 104 185 -
CMYK 0.06 0.44 0 0.27
HSL 291.11º 0.37% 0.57% -
HSV(B) 291.11º 0.44% 0.73% -
XYZ 30.94 22.29 48.57 -
YUV 133.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 173 104 185 0.06 0.44 0 0.27 291.11 0.37 0.57
Hex AD 68 B9 6 2C 0 1B 123 25 39
Octal 255 150 271 6 54 0 33 443 45 71
Binary 10101101 1101000 10111001 110 101100 0 11011 100100011 100101 111001

Color Harmonies of #AD68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68B9

Black with #AD68B9

Text Example


Text Example

White with #AD68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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