#A51E97

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

Shades of Dark Magenta #A51E97

Tints of Dark Magenta #A51E97

Color information

#A51E97 (or 0xA51E97) is unknown color: approx Dark Magenta. HEX triplet: A5, 1E and 97. RGB value is (165,30,151). Sum of RGB (Red+Green+Blue) = 165+30+151=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E97 is #5AE168. Grayscale: #535353. Windows color (decimal): -5955945 or 9903781. OLE color: 9903781.

HSL color Cylindrical-coordinate representation of color #A51E97: hue angle of 306.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E97 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16530151-
CMYK00.820.080.35
HSL306.22º69.23%38.24%-
HSV(B)306.22º81.82%64.71%-
XYZ21.5711.1630.3-
YUV84.16165.73185.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 30 (12.11% from 255) = 8.67%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=47.69%
G=8.67%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653015100.820.080.35306.2269.2338.24
HexA51E970528231324526
Octal245362270122104346210546
Binary1010010111110100101110101001010001000111001100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E97; }

 p { color: rgb(165,30,151); }

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

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

 a { background-color: rgb(165,30,151); }

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

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

 span { border-color: rgb(165,30,151); }

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