Html Css Color HEX #AD66BF Deep Lilac

📋 copy color: '#AD66BF'

red 173 ◦ green 102 ◦ blue 191

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

Shades of Deep Lilac #AD66BF

Tints of Deep Lilac #AD66BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 37.12%
G = 21.89%
B = 40.99%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD66BF (or 0xAD66BF) is known color: Deep Lilac. HEX triplet: AD, 66 and BF. RGB value is (173,102,191). Sum of RGB (Red+Green+Blue) = 173+102+191=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66BF is #529940. Grayscale: #858585. Windows color (decimal): -5413185 or 12543661. OLE color: 12543661.

HSL color Cylindrical-coordinate representation of color #AD66BF: hue angle of 287.87º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD66BF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 102 191 -
CMYK 0.09 0.47 0 0.25
HSL 287.87º 0.41% 0.57% -
HSV(B) 287.87º 0.47% 0.75% -
XYZ 31.39 22.15 51.91 -
YUV 133.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 173 102 191 0.09 0.47 0 0.25 287.87 0.41 0.57
Hex AD 66 BF 9 2F 0 19 120 29 39
Octal 255 146 277 11 57 0 31 440 51 71
Binary 10101101 1100110 10111111 1001 101111 0 11001 100100000 101001 111001

Color Harmonies of #AD66BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66BF

Black with #AD66BF

Text Example


Text Example

White with #AD66BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66BF; }

 p { color: rgb(173,102,191); }

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

background-color css

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

 a { background-color: rgb(173,102,191); }

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

border-color css

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

 span { border-color: rgb(173,102,191); }

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