Html Css Color HEX #A01799 Dark Magenta

📋 copy color: '#A01799'

red 160 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #A01799

Tints of Dark Magenta #A01799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.85%

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

R = 47.62%
G = 6.85%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A01799 (or 0xA01799) is known color: Dark Magenta. HEX triplet: A0, 17 and 99. RGB value is (160,23,153). Sum of RGB (Red+Green+Blue) = 160+23+153=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A01799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01799 is #5FE866. Grayscale: #4E4E4E. Windows color (decimal): -6285415 or 10033056. OLE color: 10033056.

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

Color convert

RGB 160 23 153 -
CMYK 0 0.86 0.04 0.37
HSL 303.07º 0.75% 0.36% -
HSV(B) 303.07º 0.86% 0.63% -
XYZ 20.55 10.39 31.06 -
YUV 78.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 160 23 153 0 0.86 0.04 0.37 303.07 0.75 0.36
Hex A0 17 99 0 56 4 25 12F 4B 24
Octal 240 27 231 0 126 4 45 457 113 44
Binary 10100000 10111 10011001 0 1010110 100 100101 100101111 1001011 100100

Color Harmonies of #A01799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01799

Black with #A01799

Text Example


Text Example

White with #A01799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01799; }

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

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

background-color css

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

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

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

border-color css

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

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

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