Html Css Color HEX #A04AAD Deep Lilac

📋 copy color: '#A04AAD'

red 160 ◦ green 74 ◦ blue 173

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

Shades of Deep Lilac #A04AAD

Tints of Deep Lilac #A04AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

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

R = 39.31%
G = 18.18%
B = 42.51%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A04AAD (or 0xA04AAD) is known color: Deep Lilac. HEX triplet: A0, 4A and AD. RGB value is (160,74,173). Sum of RGB (Red+Green+Blue) = 160+74+173=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AAD is #5FB552. Grayscale: #6E6E6E. Windows color (decimal): -6272339 or 11356832. OLE color: 11356832.

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

Color convert

RGB 160 74 173 -
CMYK 0.08 0.57 0 0.32
HSL 292.12º 0.4% 0.48% -
HSV(B) 292.12º 0.57% 0.68% -
XYZ 24.49 15.39 41.21 -
YUV 111 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 160 74 173 0.08 0.57 0 0.32 292.12 0.4 0.48
Hex A0 4A AD 8 39 0 20 124 28 30
Octal 240 112 255 10 71 0 40 444 50 60
Binary 10100000 1001010 10101101 1000 111001 0 100000 100100100 101000 110000

Color Harmonies of #A04AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AAD

Black with #A04AAD

Text Example


Text Example

White with #A04AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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