#A51B9D

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

Shades of Dark Magenta #A51B9D

Tints of Dark Magenta #A51B9D

Color information

#A51B9D (or 0xA51B9D) is unknown color: approx Dark Magenta. HEX triplet: A5, 1B and 9D. RGB value is (165,27,157). Sum of RGB (Red+Green+Blue) = 165+27+157=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51B9D is #5AE462. Grayscale: #525252. Windows color (decimal): -5956707 or 10296229. OLE color: 10296229.

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

Color convert

RGB16527157-
CMYK00.840.050.35
HSL303.48º71.88%37.65%-
HSV(B)303.48º83.64%64.71%-
XYZ21.9911.2232.9-
YUV83.08169.72186.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 27 (10.94% from 255) = 7.74%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=47.28%
G=7.74%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652715700.840.050.35303.4871.8837.65
HexA51B9D05452312f4826
Octal24533235012454345711046
Binary101001011101110011101010101001011000111001011111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B9D; }

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

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

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

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

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

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

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

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