#a51ba3

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

Shades of Dark Magenta #A51BA3

Tints of Dark Magenta #A51BA3

Color information

#A51BA3 (or 0xA51BA3) is unknown color: approx Dark Magenta. HEX triplet: A5, 1B and A3. RGB value is (165,27,163). Sum of RGB (Red+Green+Blue) = 165+27+163=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A51BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA3 is #5AE45C. Grayscale: #535353. Windows color (decimal): -5956701 or 10689445. OLE color: 10689445.

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

Color convert

RGB16527163-
CMYK00.840.010.35
HSL300.87º71.88%37.65%-
HSV(B)300.87º83.64%64.71%-
XYZ22.5211.4335.67-
YUV83.77172.72185.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 27 (10.94% from 255) = 7.61%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=46.48%
G=7.61%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652716300.840.010.35300.8771.8837.65
HexA51BA305412312d4826
Octal24533243012414345511046
Binary1010010111011101000110101010011000111001011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51ba3; }

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

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

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

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

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

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

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

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