Html Css Color HEX #A41899 Dark Magenta

📋 copy color: '#A41899'

red 164 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #A41899

Tints of Dark Magenta #A41899

RGB

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

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

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

R = 48.09%
G = 7.04%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41899 (or 0xA41899) is known color: Dark Magenta. HEX triplet: A4, 18 and 99. RGB value is (164,24,153). Sum of RGB (Red+Green+Blue) = 164+24+153=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A41899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41899 is #5BE766. Grayscale: #505050. Windows color (decimal): -6023015 or 10033316. OLE color: 10033316.

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

Color convert

RGB 164 24 153 -
CMYK 0 0.85 0.07 0.36
HSL 304.71º 0.74% 0.37% -
HSV(B) 304.71º 0.85% 0.64% -
XYZ 21.39 10.85 31.1 -
YUV 80.57 168.88 187.51 -
System Red Green Blue C M Y K H S L
Decimal 164 24 153 0 0.85 0.07 0.36 304.71 0.74 0.37
Hex A4 18 99 0 55 7 24 131 4A 25
Octal 244 30 231 0 125 7 44 461 112 45
Binary 10100100 11000 10011001 0 1010101 111 100100 100110001 1001010 100101

Color Harmonies of #A41899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41899

Black with #A41899

Text Example


Text Example

White with #A41899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41899; }

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

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

background-color css

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

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

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

border-color css

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

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

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