Html Css Color HEX #A04ECC Deep Lilac

📋 copy color: '#A04ECC'

red 160 ◦ green 78 ◦ blue 204

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

Shades of Deep Lilac #A04ECC

Tints of Deep Lilac #A04ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.65%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 36.2%
G = 17.65%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A04ECC (or 0xA04ECC) is known color: Deep Lilac. HEX triplet: A0, 4E and CC. RGB value is (160,78,204). Sum of RGB (Red+Green+Blue) = 160+78+204=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A04ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ECC is #5FB133. Grayscale: #747474. Windows color (decimal): -6271284 or 13389472. OLE color: 13389472.

HSL color Cylindrical-coordinate representation of color #A04ECC: hue angle of 279.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04ECC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 78 204 -
CMYK 0.22 0.62 0 0.2
HSL 279.05º 0.55% 0.55% -
HSV(B) 279.05º 0.62% 0.8% -
XYZ 28.12 17.28 58.98 -
YUV 116.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 160 78 204 0.22 0.62 0 0.2 279.05 0.55 0.55
Hex A0 4E CC 16 3E 0 14 117 37 37
Octal 240 116 314 26 76 0 24 427 67 67
Binary 10100000 1001110 11001100 10110 111110 0 10100 100010111 110111 110111

Color Harmonies of #A04ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ECC

Black with #A04ECC

Text Example


Text Example

White with #A04ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ECC; }

 p { color: rgb(160,78,204); }

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

background-color css

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

 a { background-color: rgb(160,78,204); }

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

border-color css

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

 span { border-color: rgb(160,78,204); }

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