Html Css Color HEX #A04AAF Deep Lilac

📋 copy color: '#A04AAF'

red 160 ◦ green 74 ◦ blue 175

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

Shades of Deep Lilac #A04AAF

Tints of Deep Lilac #A04AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 39.12%
G = 18.09%
B = 42.79%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A04AAF (or 0xA04AAF) is known color: Deep Lilac. HEX triplet: A0, 4A and AF. RGB value is (160,74,175). Sum of RGB (Red+Green+Blue) = 160+74+175=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AAF is #5FB550. Grayscale: #6E6E6E. Windows color (decimal): -6272337 or 11487904. OLE color: 11487904.

HSL color Cylindrical-coordinate representation of color #A04AAF: hue angle of 291.09º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04AAF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 74 175 -
CMYK 0.09 0.58 0 0.31
HSL 291.09º 0.41% 0.49% -
HSV(B) 291.09º 0.58% 0.69% -
XYZ 24.68 15.47 42.24 -
YUV 111.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 160 74 175 0.09 0.58 0 0.31 291.09 0.41 0.49
Hex A0 4A AF 9 3A 0 1F 123 29 31
Octal 240 112 257 11 72 0 37 443 51 61
Binary 10100000 1001010 10101111 1001 111010 0 11111 100100011 101001 110001

Color Harmonies of #A04AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AAF

Black with #A04AAF

Text Example


Text Example

White with #A04AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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