#A51995

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

Shades of Dark Magenta #A51995

Tints of Dark Magenta #A51995

Color information

#A51995 (or 0xA51995) is unknown color: approx Dark Magenta. HEX triplet: A5, 19 and 95. RGB value is (165,25,149). Sum of RGB (Red+Green+Blue) = 165+25+149=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A51995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51995 is #5AE66A. Grayscale: #505050. Windows color (decimal): -5957227 or 9771429. OLE color: 9771429.

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

Color convert

RGB16525149-
CMYK00.850.100.35
HSL306.86º73.68%37.25%-
HSV(B)306.86º84.85%64.71%-
XYZ21.2910.8629.41-
YUV81166.38187.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=48.67%
G=7.37%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652514900.850.100.35306.8673.6837.25
HexA51995055A231334a25
Octal245312250125124346311245
Binary1010010111001100101010101010110101000111001100111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51995; }

 p { color: rgb(165,25,149); }

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

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

 a { background-color: rgb(165,25,149); }

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

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

 span { border-color: rgb(165,25,149); }

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