Html Css Color HEX #AD64BC Deep Lilac

📋 copy color: '#AD64BC'

red 173 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #AD64BC

Tints of Deep Lilac #AD64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 37.53%
G = 21.69%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD64BC (or 0xAD64BC) is known color: Deep Lilac. HEX triplet: AD, 64 and BC. RGB value is (173,100,188). Sum of RGB (Red+Green+Blue) = 173+100+188=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD64BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64BC is #529B43. Grayscale: #838383. Windows color (decimal): -5413700 or 12346541. OLE color: 12346541.

HSL color Cylindrical-coordinate representation of color #AD64BC: hue angle of 289.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD64BC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 100 188 -
CMYK 0.08 0.47 0 0.26
HSL 289.77º 0.4% 0.56% -
HSV(B) 289.77º 0.47% 0.74% -
XYZ 30.87 21.63 50.12 -
YUV 131.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 173 100 188 0.08 0.47 0 0.26 289.77 0.4 0.56
Hex AD 64 BC 8 2F 0 1A 122 28 38
Octal 255 144 274 10 57 0 32 442 50 70
Binary 10101101 1100100 10111100 1000 101111 0 11010 100100010 101000 111000

Color Harmonies of #AD64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64BC

Black with #AD64BC

Text Example


Text Example

White with #AD64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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