Html Css Color HEX #A04AC7 Deep Lilac

📋 copy color: '#A04AC7'

red 160 ◦ green 74 ◦ blue 199

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

Shades of Deep Lilac #A04AC7

Tints of Deep Lilac #A04AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 36.95%
G = 17.09%
B = 45.96%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A04AC7 (or 0xA04AC7) is known color: Deep Lilac. HEX triplet: A0, 4A and C7. RGB value is (160,74,199). Sum of RGB (Red+Green+Blue) = 160+74+199=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #A04AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AC7 is #5FB538. Grayscale: #717171. Windows color (decimal): -6272313 or 13060768. OLE color: 13060768.

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

Color convert

RGB 160 74 199 -
CMYK 0.20 0.63 0 0.22
HSL 281.28º 0.53% 0.54% -
HSV(B) 281.28º 0.63% 0.78% -
XYZ 27.25 16.49 55.78 -
YUV 113.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 160 74 199 0.20 0.63 0 0.22 281.28 0.53 0.54
Hex A0 4A C7 14 3F 0 16 119 35 36
Octal 240 112 307 24 77 0 26 431 65 66
Binary 10100000 1001010 11000111 10100 111111 0 10110 100011001 110101 110110

Color Harmonies of #A04AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AC7

Black with #A04AC7

Text Example


Text Example

White with #A04AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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