Html Css Color HEX #A00EAB Dark Magenta

📋 copy color: '#A00EAB'

red 160 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #A00EAB

Tints of Dark Magenta #A00EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 46.38%
G = 4.06%
B = 49.57%

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

#A00EAB (or 0xA00EAB) is known color: Dark Magenta. HEX triplet: A0, 0E and AB. RGB value is (160,14,171). Sum of RGB (Red+Green+Blue) = 160+14+171=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #A00EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EAB is #5FF154. Grayscale: #4B4B4B. Windows color (decimal): -6287701 or 11210400. OLE color: 11210400.

HSL color Cylindrical-coordinate representation of color #A00EAB: hue angle of 295.8º 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 #A00EAB is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 14 171 -
CMYK 0.06 0.92 0 0.33
HSL 295.8º 0.85% 0.36% -
HSV(B) 295.8º 0.92% 0.67% -
XYZ 22 10.73 39.44 -
YUV 75.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 160 14 171 0.06 0.92 0 0.33 295.8 0.85 0.36
Hex A0 E AB 6 5C 0 21 128 55 24
Octal 240 16 253 6 134 0 41 450 125 44
Binary 10100000 1110 10101011 110 1011100 0 100001 100101000 1010101 100100

Color Harmonies of #A00EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EAB

Black with #A00EAB

Text Example


Text Example

White with #A00EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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