Html Css Color HEX #A04AAC Deep Lilac

📋 copy color: '#A04AAC'

red 160 ◦ green 74 ◦ blue 172

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

Shades of Deep Lilac #A04AAC

Tints of Deep Lilac #A04AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 39.41%
G = 18.23%
B = 42.36%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A04AAC (or 0xA04AAC) is known color: Deep Lilac. HEX triplet: A0, 4A and AC. RGB value is (160,74,172). Sum of RGB (Red+Green+Blue) = 160+74+172=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #A04AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04AAC is #5FB553. Grayscale: #6E6E6E. Windows color (decimal): -6272340 or 11291296. OLE color: 11291296.

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

Color convert

RGB 160 74 172 -
CMYK 0.07 0.57 0 0.33
HSL 292.65º 0.4% 0.48% -
HSV(B) 292.65º 0.57% 0.67% -
XYZ 24.39 15.35 40.71 -
YUV 110.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 160 74 172 0.07 0.57 0 0.33 292.65 0.4 0.48
Hex A0 4A AC 7 39 0 21 125 28 30
Octal 240 112 254 7 71 0 41 445 50 60
Binary 10100000 1001010 10101100 111 111001 0 100001 100100101 101000 110000

Color Harmonies of #A04AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AAC

Black with #A04AAC

Text Example


Text Example

White with #A04AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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