Html Css Color HEX #A00EA4 Dark Magenta

📋 copy color: '#A00EA4'

red 160 ◦ green 14 ◦ blue 164

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

Shades of Dark Magenta #A00EA4

Tints of Dark Magenta #A00EA4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 164 (64.45% from 255) = 48.52%

R = 47.34%
G = 4.14%
B = 48.52%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A00EA4 (or 0xA00EA4) is known color: Dark Magenta. HEX triplet: A0, 0E and A4. RGB value is (160,14,164). Sum of RGB (Red+Green+Blue) = 160+14+164=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #A00EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EA4 is #5FF15B. Grayscale: #4A4A4A. Windows color (decimal): -6287708 or 10751648. OLE color: 10751648.

HSL color Cylindrical-coordinate representation of color #A00EA4: hue angle of 298.4º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00EA4 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 14 164 -
CMYK 0.02 0.91 0 0.36
HSL 298.4º 0.84% 0.35% -
HSV(B) 298.4º 0.91% 0.64% -
XYZ 21.36 10.47 36.02 -
YUV 74.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 160 14 164 0.02 0.91 0 0.36 298.4 0.84 0.35
Hex A0 E A4 2 5B 0 24 12A 54 23
Octal 240 16 244 2 133 0 44 452 124 43
Binary 10100000 1110 10100100 10 1011011 0 100100 100101010 1010100 100011

Color Harmonies of #A00EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EA4

Black with #A00EA4

Text Example


Text Example

White with #A00EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EA4; }

 p { color: rgb(160,14,164); }

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

background-color css

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

 a { background-color: rgb(160,14,164); }

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

border-color css

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

 span { border-color: rgb(160,14,164); }

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