Html Css Color HEX #AD64BF Deep Lilac

📋 copy color: '#AD64BF'

red 173 ◦ green 100 ◦ blue 191

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

Shades of Deep Lilac #AD64BF

Tints of Deep Lilac #AD64BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 37.28%
G = 21.55%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD64BF (or 0xAD64BF) is known color: Deep Lilac. HEX triplet: AD, 64 and BF. RGB value is (173,100,191). Sum of RGB (Red+Green+Blue) = 173+100+191=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64BF is #529B40. Grayscale: #838383. Windows color (decimal): -5413697 or 12543149. OLE color: 12543149.

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

Color convert

RGB 173 100 191 -
CMYK 0.09 0.48 0 0.25
HSL 288.13º 0.42% 0.57% -
HSV(B) 288.13º 0.48% 0.75% -
XYZ 31.19 21.76 51.85 -
YUV 132.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 173 100 191 0.09 0.48 0 0.25 288.13 0.42 0.57
Hex AD 64 BF 9 30 0 19 120 2A 39
Octal 255 144 277 11 60 0 31 440 52 71
Binary 10101101 1100100 10111111 1001 110000 0 11001 100100000 101010 111001

Color Harmonies of #AD64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64BF

Black with #AD64BF

Text Example


Text Example

White with #AD64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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