Html Css Color HEX #A01F99 Dark Magenta

📋 copy color: '#A01F99'

red 160 ◦ green 31 ◦ blue 153

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

Shades of Dark Magenta #A01F99

Tints of Dark Magenta #A01F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 46.51%
G = 9.01%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A01F99 (or 0xA01F99) is known color: Dark Magenta. HEX triplet: A0, 1F and 99. RGB value is (160,31,153). Sum of RGB (Red+Green+Blue) = 160+31+153=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F99 is #5FE066. Grayscale: #535353. Windows color (decimal): -6283367 or 10035104. OLE color: 10035104.

HSL color Cylindrical-coordinate representation of color #A01F99: hue angle of 303.26º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F99 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 31 153 -
CMYK 0 0.81 0.04 0.37
HSL 303.26º 0.68% 0.37% -
HSV(B) 303.26º 0.81% 0.63% -
XYZ 20.74 10.75 31.12 -
YUV 83.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 160 31 153 0 0.81 0.04 0.37 303.26 0.68 0.37
Hex A0 1F 99 0 51 4 25 12F 44 25
Octal 240 37 231 0 121 4 45 457 104 45
Binary 10100000 11111 10011001 0 1010001 100 100101 100101111 1000100 100101

Color Harmonies of #A01F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F99

Black with #A01F99

Text Example


Text Example

White with #A01F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F99; }

 p { color: rgb(160,31,153); }

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

background-color css

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

 a { background-color: rgb(160,31,153); }

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

border-color css

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

 span { border-color: rgb(160,31,153); }

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