Html Css Color HEX #A00EAA Dark Magenta

📋 copy color: '#A00EAA'

red 160 ◦ green 14 ◦ blue 170

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

Shades of Dark Magenta #A00EAA

Tints of Dark Magenta #A00EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 46.51%
G = 4.07%
B = 49.42%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A00EAA (or 0xA00EAA) is known color: Dark Magenta. HEX triplet: A0, 0E and AA. RGB value is (160,14,170). Sum of RGB (Red+Green+Blue) = 160+14+170=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EAA is #5FF155. Grayscale: #4A4A4A. Windows color (decimal): -6287702 or 11144864. OLE color: 11144864.

HSL color Cylindrical-coordinate representation of color #A00EAA: hue angle of 296.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EAA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 14 170 -
CMYK 0.06 0.92 0 0.33
HSL 296.15º 0.85% 0.36% -
HSV(B) 296.15º 0.92% 0.67% -
XYZ 21.91 10.69 38.94 -
YUV 75.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 160 14 170 0.06 0.92 0 0.33 296.15 0.85 0.36
Hex A0 E AA 6 5C 0 21 128 55 24
Octal 240 16 252 6 134 0 41 450 125 44
Binary 10100000 1110 10101010 110 1011100 0 100001 100101000 1010101 100100

Color Harmonies of #A00EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EAA

Black with #A00EAA

Text Example


Text Example

White with #A00EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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