Html Css Color HEX #A00581 Dark Magenta

📋 copy color: '#A00581'

red 160 ◦ green 5 ◦ blue 129

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

Shades of Dark Magenta #A00581

Tints of Dark Magenta #A00581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

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

R = 54.42%
G = 1.7%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A00581 (or 0xA00581) is known color: Dark Magenta. HEX triplet: A0, 05 and 81. RGB value is (160,5,129). Sum of RGB (Red+Green+Blue) = 160+5+129=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A00581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00581 is #5FFA7E. Grayscale: #414141. Windows color (decimal): -6290047 or 8455584. OLE color: 8455584.

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

Color convert

RGB 160 5 129 -
CMYK 0 0.97 0.19 0.37
HSL 312º 0.94% 0.32% -
HSV(B) 312º 0.97% 0.63% -
XYZ 18.51 9.17 21.56 -
YUV 65.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 160 5 129 0 0.97 0.19 0.37 312 0.94 0.32
Hex A0 5 81 0 61 13 25 138 5E 20
Octal 240 5 201 0 141 23 45 470 136 40
Binary 10100000 101 10000001 0 1100001 10011 100101 100111000 1011110 100000

Color Harmonies of #A00581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00581

Black with #A00581

Text Example


Text Example

White with #A00581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00581; }

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

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

background-color css

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

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

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

border-color css

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

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

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