#A51BA0

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

Shades of Dark Magenta #A51BA0

Tints of Dark Magenta #A51BA0

Color information

#A51BA0 (or 0xA51BA0) is unknown color: approx Dark Magenta. HEX triplet: A5, 1B and A0. RGB value is (165,27,160). Sum of RGB (Red+Green+Blue) = 165+27+160=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A51BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA0 is #5AE45F. Grayscale: #535353. Windows color (decimal): -5956704 or 10492837. OLE color: 10492837.

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

Color convert

RGB16527160-
CMYK00.840.030.35
HSL302.17º71.88%37.65%-
HSV(B)302.17º83.64%64.71%-
XYZ22.2511.3234.27-
YUV83.42171.22186.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 27 (10.94% from 255) = 7.67%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=46.88%
G=7.67%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652716000.840.030.35302.1771.8837.65
HexA51BA005432312e4826
Octal24533240012434345611046
Binary10100101110111010000001010100111000111001011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51BA0; }

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

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

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

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

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

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

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

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