#a51998

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

Shades of Dark Magenta #A51998

Tints of Dark Magenta #A51998

Color information

#A51998 (or 0xA51998) is unknown color: approx Dark Magenta. HEX triplet: A5, 19 and 98. RGB value is (165,25,152). Sum of RGB (Red+Green+Blue) = 165+25+152=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A51998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51998 is #5AE667. Grayscale: #505050. Windows color (decimal): -5957224 or 9968037. OLE color: 9968037.

HSL color Cylindrical-coordinate representation of color #A51998: hue angle of 305.57º 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 #A51998 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16525152-
CMYK00.850.080.35
HSL305.57º73.68%37.25%-
HSV(B)305.57º84.85%64.71%-
XYZ21.5310.9630.69-
YUV81.34167.88187.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 25 (10.16% from 255) = 7.31%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=48.25%
G=7.31%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652515200.850.080.35305.5773.6837.25
HexA519980558231324a25
Octal245312300125104346211245
Binary1010010111001100110000101010110001000111001100101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51998; }

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

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

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

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

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

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

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

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