#A51BA9

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

Shades of Dark Magenta #A51BA9

Tints of Dark Magenta #A51BA9

Color information

#A51BA9 (or 0xA51BA9) is unknown color: approx Dark Magenta. HEX triplet: A5, 1B and A9. RGB value is (165,27,169). Sum of RGB (Red+Green+Blue) = 165+27+169=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #A51BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA9 is #5AE456. Grayscale: #545454. Windows color (decimal): -5956695 or 11082661. OLE color: 11082661.

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

Color convert

RGB16527169-
CMYK0.020.8400.34
HSL298.31º72.45%38.43%-
HSV(B)298.31º84.02%66.27%-
XYZ23.0711.6538.57-
YUV84.45175.72185.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 27 (10.94% from 255) = 7.48%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=45.71%
G=7.48%
B=46.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165271690.020.8400.34298.3172.4538.43
HexA51BA925402212a4826
Octal24533251212404245211046
Binary10100101110111010100110101010001000101001010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51BA9; }

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

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

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

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

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

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

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

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