Html Css Color HEX #AD64BA Deep Lilac

📋 copy color: '#AD64BA'

red 173 ◦ green 100 ◦ blue 186

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

Shades of Deep Lilac #AD64BA

Tints of Deep Lilac #AD64BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 37.69%
G = 21.79%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD64BA (or 0xAD64BA) is known color: Deep Lilac. HEX triplet: AD, 64 and BA. RGB value is (173,100,186). Sum of RGB (Red+Green+Blue) = 173+100+186=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64BA is #529B45. Grayscale: #838383. Windows color (decimal): -5413702 or 12215469. OLE color: 12215469.

HSL color Cylindrical-coordinate representation of color #AD64BA: hue angle of 290.93º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD64BA is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 100 186 -
CMYK 0.07 0.46 0 0.27
HSL 290.93º 0.38% 0.56% -
HSV(B) 290.93º 0.46% 0.73% -
XYZ 30.65 21.54 49 -
YUV 131.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 173 100 186 0.07 0.46 0 0.27 290.93 0.38 0.56
Hex AD 64 BA 7 2E 0 1B 123 26 38
Octal 255 144 272 7 56 0 33 443 46 70
Binary 10101101 1100100 10111010 111 101110 0 11011 100100011 100110 111000

Color Harmonies of #AD64BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64BA

Black with #AD64BA

Text Example


Text Example

White with #AD64BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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