Html Css Color HEX #A01591 Dark Magenta

📋 copy color: '#A01591'

red 160 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #A01591

Tints of Dark Magenta #A01591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 49.08%
G = 6.44%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01591 (or 0xA01591) is known color: Dark Magenta. HEX triplet: A0, 15 and 91. RGB value is (160,21,145). Sum of RGB (Red+Green+Blue) = 160+21+145=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A01591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01591 is #5FEA6E. Grayscale: #4C4C4C. Windows color (decimal): -6285935 or 9508256. OLE color: 9508256.

HSL color Cylindrical-coordinate representation of color #A01591: hue angle of 306.47º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01591 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 21 145 -
CMYK 0 0.87 0.09 0.37
HSL 306.47º 0.77% 0.35% -
HSV(B) 306.47º 0.87% 0.63% -
XYZ 19.88 10.05 27.68 -
YUV 76.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 160 21 145 0 0.87 0.09 0.37 306.47 0.77 0.35
Hex A0 15 91 0 57 9 25 132 4D 23
Octal 240 25 221 0 127 11 45 462 115 43
Binary 10100000 10101 10010001 0 1010111 1001 100101 100110010 1001101 100011

Color Harmonies of #A01591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01591

Black with #A01591

Text Example


Text Example

White with #A01591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01591; }

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

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

background-color css

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

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

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

border-color css

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

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

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