Html Css Color HEX #A00EA7 Dark Magenta

📋 copy color: '#A00EA7'

red 160 ◦ green 14 ◦ blue 167

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

Shades of Dark Magenta #A00EA7

Tints of Dark Magenta #A00EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.97%

R = 46.92%
G = 4.11%
B = 48.97%

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

#A00EA7 (or 0xA00EA7) is known color: Dark Magenta. HEX triplet: A0, 0E and A7. RGB value is (160,14,167). Sum of RGB (Red+Green+Blue) = 160+14+167=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #A00EA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EA7 is #5FF158. Grayscale: #4A4A4A. Windows color (decimal): -6287705 or 10948256. OLE color: 10948256.

HSL color Cylindrical-coordinate representation of color #A00EA7: hue angle of 297.25º degrees, saturation: 0.85, 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 #A00EA7 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 14 167 -
CMYK 0.04 0.92 0 0.35
HSL 297.25º 0.85% 0.35% -
HSV(B) 297.25º 0.92% 0.65% -
XYZ 21.63 10.58 37.46 -
YUV 75.1 179.87 188.56 -
System Red Green Blue C M Y K H S L
Decimal 160 14 167 0.04 0.92 0 0.35 297.25 0.85 0.35
Hex A0 E A7 4 5C 0 23 129 55 23
Octal 240 16 247 4 134 0 43 451 125 43
Binary 10100000 1110 10100111 100 1011100 0 100011 100101001 1010101 100011

Color Harmonies of #A00EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EA7

Black with #A00EA7

Text Example


Text Example

White with #A00EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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