Html Css Color HEX #A04DAD Deep Lilac

📋 copy color: '#A04DAD'

red 160 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #A04DAD

Tints of Deep Lilac #A04DAD

RGB

 RED value IS 160 (62.89% from 255) = 39.02%

 GREEN value IS 77 (30.47% from 255) = 18.78%

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 39.02%
G = 18.78%
B = 42.2%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A04DAD (or 0xA04DAD) is known color: Deep Lilac. HEX triplet: A0, 4D and AD. RGB value is (160,77,173). Sum of RGB (Red+Green+Blue) = 160+77+173=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAD is #5FB252. Grayscale: #707070. Windows color (decimal): -6271571 or 11357600. OLE color: 11357600.

HSL color Cylindrical-coordinate representation of color #A04DAD: hue angle of 291.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04DAD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 77 173 -
CMYK 0.08 0.55 0 0.32
HSL 291.88º 0.38% 0.49% -
HSV(B) 291.88º 0.55% 0.68% -
XYZ 24.69 15.8 41.28 -
YUV 112.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 160 77 173 0.08 0.55 0 0.32 291.88 0.38 0.49
Hex A0 4D AD 8 37 0 20 124 26 31
Octal 240 115 255 10 67 0 40 444 46 61
Binary 10100000 1001101 10101101 1000 110111 0 100000 100100100 100110 110001

Color Harmonies of #A04DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DAD

Black with #A04DAD

Text Example


Text Example

White with #A04DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DAD; }

 p { color: rgb(160,77,173); }

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

background-color css

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

 a { background-color: rgb(160,77,173); }

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

border-color css

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

 span { border-color: rgb(160,77,173); }

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