Html Css Color HEX #A04AC6 Deep Lilac

📋 copy color: '#A04AC6'

red 160 ◦ green 74 ◦ blue 198

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

Shades of Deep Lilac #A04AC6

Tints of Deep Lilac #A04AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.83%

R = 37.04%
G = 17.13%
B = 45.83%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A04AC6 (or 0xA04AC6) is known color: Deep Lilac. HEX triplet: A0, 4A and C6. RGB value is (160,74,198). Sum of RGB (Red+Green+Blue) = 160+74+198=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #A04AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AC6 is #5FB539. Grayscale: #717171. Windows color (decimal): -6272314 or 12995232. OLE color: 12995232.

HSL color Cylindrical-coordinate representation of color #A04AC6: hue angle of 281.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04AC6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 74 198 -
CMYK 0.19 0.63 0 0.22
HSL 281.61º 0.52% 0.53% -
HSV(B) 281.61º 0.63% 0.78% -
XYZ 27.14 16.45 55.17 -
YUV 113.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 160 74 198 0.19 0.63 0 0.22 281.61 0.52 0.53
Hex A0 4A C6 13 3F 0 16 11A 34 35
Octal 240 112 306 23 77 0 26 432 64 65
Binary 10100000 1001010 11000110 10011 111111 0 10110 100011010 110100 110101

Color Harmonies of #A04AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AC6

Black with #A04AC6

Text Example


Text Example

White with #A04AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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