Html Css Color HEX #A41599 Dark Magenta

📋 copy color: '#A41599'

red 164 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #A41599

Tints of Dark Magenta #A41599

RGB

 RED value IS 164 (64.45% from 255) = 48.52%

 GREEN value IS 21 (8.59% from 255) = 6.21%

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

R = 48.52%
G = 6.21%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41599 (or 0xA41599) is known color: Dark Magenta. HEX triplet: A4, 15 and 99. RGB value is (164,21,153). Sum of RGB (Red+Green+Blue) = 164+21+153=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A41599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41599 is #5BEA66. Grayscale: #4E4E4E. Windows color (decimal): -6023783 or 10032548. OLE color: 10032548.

HSL color Cylindrical-coordinate representation of color #A41599: hue angle of 304.62º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41599 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 153 -
CMYK 0 0.87 0.07 0.36
HSL 304.62º 0.77% 0.36% -
HSV(B) 304.62º 0.87% 0.64% -
XYZ 21.33 10.73 31.08 -
YUV 78.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 164 21 153 0 0.87 0.07 0.36 304.62 0.77 0.36
Hex A4 15 99 0 57 7 24 131 4D 24
Octal 244 25 231 0 127 7 44 461 115 44
Binary 10100100 10101 10011001 0 1010111 111 100100 100110001 1001101 100100

Color Harmonies of #A41599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41599

Black with #A41599

Text Example


Text Example

White with #A41599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41599; }

 p { color: rgb(164,21,153); }

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

background-color css

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

 a { background-color: rgb(164,21,153); }

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

border-color css

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

 span { border-color: rgb(164,21,153); }

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