Html Css Color HEX #A01491 Dark Magenta

📋 copy color: '#A01491'

red 160 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #A01491

Tints of Dark Magenta #A01491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

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

R = 49.23%
G = 6.15%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01491 (or 0xA01491) is known color: Dark Magenta. HEX triplet: A0, 14 and 91. RGB value is (160,20,145). Sum of RGB (Red+Green+Blue) = 160+20+145=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A01491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01491 is #5FEB6E. Grayscale: #4B4B4B. Windows color (decimal): -6286191 or 9508000. OLE color: 9508000.

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

Color convert

RGB 160 20 145 -
CMYK 0 0.88 0.09 0.37
HSL 306.43º 0.78% 0.35% -
HSV(B) 306.43º 0.88% 0.63% -
XYZ 19.86 10.02 27.68 -
YUV 76.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 160 20 145 0 0.88 0.09 0.37 306.43 0.78 0.35
Hex A0 14 91 0 58 9 25 132 4E 23
Octal 240 24 221 0 130 11 45 462 116 43
Binary 10100000 10100 10010001 0 1011000 1001 100101 100110010 1001110 100011

Color Harmonies of #A01491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01491

Black with #A01491

Text Example


Text Example

White with #A01491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01491; }

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

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

background-color css

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

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

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

border-color css

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

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

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