Html Css Color HEX #A04ACE Deep Lilac

📋 copy color: '#A04ACE'

red 160 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #A04ACE

Tints of Deep Lilac #A04ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 36.36%
G = 16.82%
B = 46.82%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A04ACE (or 0xA04ACE) is known color: Deep Lilac. HEX triplet: A0, 4A and CE. RGB value is (160,74,206). Sum of RGB (Red+Green+Blue) = 160+74+206=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ACE is #5FB531. Grayscale: #727272. Windows color (decimal): -6272306 or 13519520. OLE color: 13519520.

HSL color Cylindrical-coordinate representation of color #A04ACE: hue angle of 279.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04ACE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 74 206 -
CMYK 0.22 0.64 0 0.19
HSL 279.09º 0.57% 0.55% -
HSV(B) 279.09º 0.64% 0.81% -
XYZ 28.09 16.83 60.16 -
YUV 114.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 160 74 206 0.22 0.64 0 0.19 279.09 0.57 0.55
Hex A0 4A CE 16 40 0 13 117 39 37
Octal 240 112 316 26 100 0 23 427 71 67
Binary 10100000 1001010 11001110 10110 1000000 0 10011 100010111 111001 110111

Color Harmonies of #A04ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ACE

Black with #A04ACE

Text Example


Text Example

White with #A04ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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