#A41799

Color #A41799 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A41799

Tints of Dark Magenta #A41799

Color information

#A41799 (or 0xA41799) is unknown color: approx 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

RGB16423153-
CMYK00.860.070.36
HSL304.68º75.4%36.67%-
HSV(B)304.68º85.98%64.31%-
XYZ21.3710.8131.1-
YUV79.98169.21187.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642315300.860.070.36304.6875.436.67
HexA417990567241314b25
Octal24427231012674446111345
Binary101001001011110011001010101101111001001001100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>