Html Css Color HEX #A04DAE Deep Lilac

📋 copy color: '#A04DAE'

red 160 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #A04DAE

Tints of Deep Lilac #A04DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 38.93%
G = 18.73%
B = 42.34%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A04DAE (or 0xA04DAE) is known color: Deep Lilac. HEX triplet: A0, 4D and AE. RGB value is (160,77,174). Sum of RGB (Red+Green+Blue) = 160+77+174=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A04DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAE is #5FB251. Grayscale: #707070. Windows color (decimal): -6271570 or 11423136. OLE color: 11423136.

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

Color convert

RGB 160 77 174 -
CMYK 0.08 0.56 0 0.32
HSL 291.34º 0.39% 0.49% -
HSV(B) 291.34º 0.56% 0.68% -
XYZ 24.79 15.84 41.79 -
YUV 112.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 160 77 174 0.08 0.56 0 0.32 291.34 0.39 0.49
Hex A0 4D AE 8 38 0 20 123 27 31
Octal 240 115 256 10 70 0 40 443 47 61
Binary 10100000 1001101 10101110 1000 111000 0 100000 100100011 100111 110001

Color Harmonies of #A04DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DAE

Black with #A04DAE

Text Example


Text Example

White with #A04DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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