Html Css Color HEX #A00A81 Dark Magenta

📋 copy color: '#A00A81'

red 160 ◦ green 10 ◦ blue 129

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

Shades of Dark Magenta #A00A81

Tints of Dark Magenta #A00A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.14%

R = 53.51%
G = 3.34%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00A81 (or 0xA00A81) is known color: Dark Magenta. HEX triplet: A0, 0A and 81. RGB value is (160,10,129). Sum of RGB (Red+Green+Blue) = 160+10+129=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00A81 is #5FF57E. Grayscale: #444444. Windows color (decimal): -6288767 or 8456864. OLE color: 8456864.

HSL color Cylindrical-coordinate representation of color #A00A81: hue angle of 312.4º 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 #A00A81 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 129 -
CMYK 0 0.94 0.19 0.37
HSL 312.4º 0.88% 0.33% -
HSV(B) 312.4º 0.94% 0.63% -
XYZ 18.57 9.28 21.58 -
YUV 68.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 160 10 129 0 0.94 0.19 0.37 312.4 0.88 0.33
Hex A0 A 81 0 5E 13 25 138 58 21
Octal 240 12 201 0 136 23 45 470 130 41
Binary 10100000 1010 10000001 0 1011110 10011 100101 100111000 1011000 100001

Color Harmonies of #A00A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A81

Black with #A00A81

Text Example


Text Example

White with #A00A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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