Html Css Color HEX #A01899 Dark Magenta

📋 copy color: '#A01899'

red 160 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #A01899

Tints of Dark Magenta #A01899

RGB

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

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

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

R = 47.48%
G = 7.12%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A01899 (or 0xA01899) is known color: Dark Magenta. HEX triplet: A0, 18 and 99. RGB value is (160,24,153). Sum of RGB (Red+Green+Blue) = 160+24+153=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A01899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01899 is #5FE766. Grayscale: #4E4E4E. Windows color (decimal): -6285159 or 10033312. OLE color: 10033312.

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

Color convert

RGB 160 24 153 -
CMYK 0 0.85 0.04 0.37
HSL 303.09º 0.74% 0.36% -
HSV(B) 303.09º 0.85% 0.63% -
XYZ 20.57 10.43 31.07 -
YUV 79.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 160 24 153 0 0.85 0.04 0.37 303.09 0.74 0.36
Hex A0 18 99 0 55 4 25 12F 4A 24
Octal 240 30 231 0 125 4 45 457 112 44
Binary 10100000 11000 10011001 0 1010101 100 100101 100101111 1001010 100100

Color Harmonies of #A01899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01899

Black with #A01899

Text Example


Text Example

White with #A01899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01899; }

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

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

background-color css

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

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

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

border-color css

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

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

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