Html Css Color HEX #A00591 Dark Magenta

📋 copy color: '#A00591'

red 160 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #A00591

Tints of Dark Magenta #A00591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 51.61%
G = 1.61%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00591 (or 0xA00591) is known color: Dark Magenta. HEX triplet: A0, 05 and 91. RGB value is (160,5,145). Sum of RGB (Red+Green+Blue) = 160+5+145=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A00591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00591 is #5FFA6E. Grayscale: #424242. Windows color (decimal): -6290031 or 9504160. OLE color: 9504160.

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

Color convert

RGB 160 5 145 -
CMYK 0 0.97 0.09 0.37
HSL 305.81º 0.94% 0.32% -
HSV(B) 305.81º 0.97% 0.63% -
XYZ 19.66 9.63 27.61 -
YUV 67.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 160 5 145 0 0.97 0.09 0.37 305.81 0.94 0.32
Hex A0 5 91 0 61 9 25 132 5E 20
Octal 240 5 221 0 141 11 45 462 136 40
Binary 10100000 101 10010001 0 1100001 1001 100101 100110010 1011110 100000

Color Harmonies of #A00591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00591

Black with #A00591

Text Example


Text Example

White with #A00591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00591; }

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

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

background-color css

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

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

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

border-color css

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

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

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