#A51B97

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

Shades of Dark Magenta #A51B97

Tints of Dark Magenta #A51B97

Color information

#A51B97 (or 0xA51B97) is unknown color: approx Dark Magenta. HEX triplet: A5, 1B and 97. RGB value is (165,27,151). Sum of RGB (Red+Green+Blue) = 165+27+151=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51B97 is #5AE468. Grayscale: #525252. Windows color (decimal): -5956713 or 9903013. OLE color: 9903013.

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

Color convert

RGB16527151-
CMYK00.840.080.35
HSL306.09º71.88%37.65%-
HSV(B)306.09º83.64%64.71%-
XYZ21.4911.0230.27-
YUV82.4166.72186.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 27 (10.94% from 255) = 7.87%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=48.10%
G=7.87%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652715100.840.080.35306.0971.8837.65
HexA51B970548231324826
Octal245332270124104346211046
Binary1010010111011100101110101010010001000111001100101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B97; }

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

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

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

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

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

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

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

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