#A51E9A

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

Shades of Dark Magenta #A51E9A

Tints of Dark Magenta #A51E9A

Color information

#A51E9A (or 0xA51E9A) is unknown color: approx Dark Magenta. HEX triplet: A5, 1E and 9A. RGB value is (165,30,154). Sum of RGB (Red+Green+Blue) = 165+30+154=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E9A is #5AE165. Grayscale: #545454. Windows color (decimal): -5955942 or 10100389. OLE color: 10100389.

HSL color Cylindrical-coordinate representation of color #A51E9A: hue angle of 304.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E9A is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16530154-
CMYK00.820.070.35
HSL304.89º69.23%38.24%-
HSV(B)304.89º81.82%64.71%-
XYZ21.8111.2631.6-
YUV84.5167.23185.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=47.28%
G=8.60%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653015400.820.070.35304.8969.2338.24
HexA51E9A0527231314526
Octal24536232012274346110546
Binary101001011111010011010010100101111000111001100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E9A; }

 p { color: rgb(165,30,154); }

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

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

 a { background-color: rgb(165,30,154); }

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

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

 span { border-color: rgb(165,30,154); }

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