#a51aa7

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

Shades of Dark Magenta #A51AA7

Tints of Dark Magenta #A51AA7

Color information

#A51AA7 (or 0xA51AA7) is unknown color: approx Dark Magenta. HEX triplet: A5, 1A and A7. RGB value is (165,26,167). Sum of RGB (Red+Green+Blue) = 165+26+167=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #A51AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51AA7 is #5AE558. Grayscale: #535353. Windows color (decimal): -5956953 or 10951333. OLE color: 10951333.

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

Color convert

RGB16526167-
CMYK0.010.8400.35
HSL299.15º73.06%37.84%-
HSV(B)299.15º84.43%65.49%-
XYZ22.8611.5337.58-
YUV83.64175.05186.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 26 (10.55% from 255) = 7.26%
BLUE value IS 167 (65.62% from 255) = 46.65%
R=46.09%
G=7.26%
B=46.65%

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
Decimal165261670.010.8400.35299.1573.0637.84
HexA51AA715402312b4926
Octal24532247112404345311146
Binary1010010111010101001111101010001000111001010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51aa7; }

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

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

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

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

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

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

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

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