Html Css Color HEX #AD69B9 Deep Lilac

📋 copy color: '#AD69B9'

red 173 ◦ green 105 ◦ blue 185

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

Shades of Deep Lilac #AD69B9

Tints of Deep Lilac #AD69B9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

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

R = 37.37%
G = 22.68%
B = 39.96%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD69B9 (or 0xAD69B9) is known color: Deep Lilac. HEX triplet: AD, 69 and B9. RGB value is (173,105,185). Sum of RGB (Red+Green+Blue) = 173+105+185=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD69B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69B9 is #529646. Grayscale: #868686. Windows color (decimal): -5412423 or 12151213. OLE color: 12151213.

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

Color convert

RGB 173 105 185 -
CMYK 0.06 0.43 0 0.27
HSL 291º 0.36% 0.57% -
HSV(B) 291º 0.43% 0.73% -
XYZ 31.04 22.49 48.6 -
YUV 134.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 173 105 185 0.06 0.43 0 0.27 291 0.36 0.57
Hex AD 69 B9 6 2B 0 1B 123 24 39
Octal 255 151 271 6 53 0 33 443 44 71
Binary 10101101 1101001 10111001 110 101011 0 11011 100100011 100100 111001

Color Harmonies of #AD69B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69B9

Black with #AD69B9

Text Example


Text Example

White with #AD69B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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