Html Css Color HEX #A00EA6 Dark Magenta

📋 copy color: '#A00EA6'

red 160 ◦ green 14 ◦ blue 166

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

Shades of Dark Magenta #A00EA6

Tints of Dark Magenta #A00EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 48.82%

R = 47.06%
G = 4.12%
B = 48.82%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A00EA6 (or 0xA00EA6) is known color: Dark Magenta. HEX triplet: A0, 0E and A6. RGB value is (160,14,166). Sum of RGB (Red+Green+Blue) = 160+14+166=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #A00EA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EA6 is #5FF159. Grayscale: #4A4A4A. Windows color (decimal): -6287706 or 10882720. OLE color: 10882720.

HSL color Cylindrical-coordinate representation of color #A00EA6: hue angle of 297.63º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00EA6 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 14 166 -
CMYK 0.04 0.92 0 0.35
HSL 297.63º 0.84% 0.35% -
HSV(B) 297.63º 0.92% 0.65% -
XYZ 21.54 10.54 36.98 -
YUV 74.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 160 14 166 0.04 0.92 0 0.35 297.63 0.84 0.35
Hex A0 E A6 4 5C 0 23 12A 54 23
Octal 240 16 246 4 134 0 43 452 124 43
Binary 10100000 1110 10100110 100 1011100 0 100011 100101010 1010100 100011

Color Harmonies of #A00EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EA6

Black with #A00EA6

Text Example


Text Example

White with #A00EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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