#A51BA7

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

Shades of Dark Magenta #A51BA7

Tints of Dark Magenta #A51BA7

Color information

#A51BA7 (or 0xA51BA7) is unknown color: approx Dark Magenta. HEX triplet: A5, 1B and A7. RGB value is (165,27,167). Sum of RGB (Red+Green+Blue) = 165+27+167=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #A51BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA7 is #5AE458. Grayscale: #535353. Windows color (decimal): -5956697 or 10951589. OLE color: 10951589.

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

Color convert

RGB16527167-
CMYK0.010.8400.35
HSL299.14º72.16%38.04%-
HSV(B)299.14º83.83%65.49%-
XYZ22.8811.5737.59-
YUV84.22174.72185.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 27 (10.94% from 255) = 7.52%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=45.96%
G=7.52%
B=46.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165271670.010.8400.35299.1472.1638.04
HexA51BA715402312b4826
Octal24533247112404345311046
Binary1010010111011101001111101010001000111001010111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51BA7; }

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

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

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

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

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

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

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

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