Html Css Color HEX #A41799 Dark Magenta

📋 copy color: '#A41799'

red 164 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #A41799

Tints of Dark Magenta #A41799

RGB

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

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

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

R = 48.24%
G = 6.76%
B = 45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A41799 (or 0xA41799) is known color: Dark Magenta. HEX triplet: A4, 17 and 99. RGB value is (164,23,153). Sum of RGB (Red+Green+Blue) = 164+23+153=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A41799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41799 is #5BE866. Grayscale: #4F4F4F. Windows color (decimal): -6023271 or 10033060. OLE color: 10033060.

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

Color convert

RGB 164 23 153 -
CMYK 0 0.86 0.07 0.36
HSL 304.68º 0.75% 0.37% -
HSV(B) 304.68º 0.86% 0.64% -
XYZ 21.37 10.81 31.1 -
YUV 79.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 164 23 153 0 0.86 0.07 0.36 304.68 0.75 0.37
Hex A4 17 99 0 56 7 24 131 4B 25
Octal 244 27 231 0 126 7 44 461 113 45
Binary 10100100 10111 10011001 0 1010110 111 100100 100110001 1001011 100101

Color Harmonies of #A41799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41799

Black with #A41799

Text Example


Text Example

White with #A41799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41799; }

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

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

background-color css

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

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

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

border-color css

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

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

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