Html Css Color HEX #A00A8E Dark Magenta

📋 copy color: '#A00A8E'

red 160 ◦ green 10 ◦ blue 142

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

Shades of Dark Magenta #A00A8E

Tints of Dark Magenta #A00A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 51.28%
G = 3.21%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A00A8E (or 0xA00A8E) is known color: Dark Magenta. HEX triplet: A0, 0A and 8E. RGB value is (160,10,142). Sum of RGB (Red+Green+Blue) = 160+10+142=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A8E is #5FF571. Grayscale: #454545. Windows color (decimal): -6288754 or 9308832. OLE color: 9308832.

HSL color Cylindrical-coordinate representation of color #A00A8E: hue angle of 307.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A8E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 142 -
CMYK 0 0.94 0.11 0.37
HSL 307.2º 0.88% 0.33% -
HSV(B) 307.2º 0.94% 0.63% -
XYZ 19.49 9.64 26.43 -
YUV 69.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 160 10 142 0 0.94 0.11 0.37 307.2 0.88 0.33
Hex A0 A 8E 0 5E B 25 133 58 21
Octal 240 12 216 0 136 13 45 463 130 41
Binary 10100000 1010 10001110 0 1011110 1011 100101 100110011 1011000 100001

Color Harmonies of #A00A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A8E

Black with #A00A8E

Text Example


Text Example

White with #A00A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A8E; }

 p { color: rgb(160,10,142); }

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

background-color css

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

 a { background-color: rgb(160,10,142); }

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

border-color css

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

 span { border-color: rgb(160,10,142); }

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