Html Css Color HEX #A01891 Dark Magenta

📋 copy color: '#A01891'

red 160 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #A01891

Tints of Dark Magenta #A01891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 48.63%
G = 7.29%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A01891 (or 0xA01891) is known color: Dark Magenta. HEX triplet: A0, 18 and 91. RGB value is (160,24,145). Sum of RGB (Red+Green+Blue) = 160+24+145=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A01891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01891 is #5FE76E. Grayscale: #4E4E4E. Windows color (decimal): -6285167 or 9509024. OLE color: 9509024.

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

Color convert

RGB 160 24 145 -
CMYK 0 0.85 0.09 0.37
HSL 306.62º 0.74% 0.36% -
HSV(B) 306.62º 0.85% 0.63% -
XYZ 19.93 10.17 27.7 -
YUV 78.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 160 24 145 0 0.85 0.09 0.37 306.62 0.74 0.36
Hex A0 18 91 0 55 9 25 133 4A 24
Octal 240 30 221 0 125 11 45 463 112 44
Binary 10100000 11000 10010001 0 1010101 1001 100101 100110011 1001010 100100

Color Harmonies of #A01891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01891

Black with #A01891

Text Example


Text Example

White with #A01891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01891; }

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

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

background-color css

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

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

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

border-color css

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

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

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