#A51599

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

Shades of Dark Magenta #A51599

Tints of Dark Magenta #A51599

Color information

#A51599 (or 0xA51599) is unknown color: approx Dark Magenta. HEX triplet: A5, 15 and 99. RGB value is (165,21,153). Sum of RGB (Red+Green+Blue) = 165+21+153=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51599 is #5AEA66. Grayscale: #4E4E4E. Windows color (decimal): -5958247 or 10032549. OLE color: 10032549.

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

Color convert

RGB16521153-
CMYK00.870.070.35
HSL305º77.42%36.47%-
HSV(B)305º87.27%64.71%-
XYZ21.5310.8431.09-
YUV79.1169.71189.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=48.67%
G=6.19%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652115300.870.070.3530577.4236.47
HexA515990577231314d24
Octal24525231012774346111544
Binary101001011010110011001010101111111000111001100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51599; }

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

 H1.HeaderClassName
 {
   color: #A51599;
 }
 .AnyTagClassName
 {
   color: #A51599;
 }
</style>
background-color css

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

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

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

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

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

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