#A5129D

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

Shades of Dark Magenta #A5129D

Tints of Dark Magenta #A5129D

Color information

#A5129D (or 0xA5129D) is unknown color: approx Dark Magenta. HEX triplet: A5, 12 and 9D. RGB value is (165,18,157). Sum of RGB (Red+Green+Blue) = 165+18+157=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5129D is #5AED62. Grayscale: #4D4D4D. Windows color (decimal): -5959011 or 10293925. OLE color: 10293925.

HSL color Cylindrical-coordinate representation of color #A5129D: hue angle of 303.27º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5129D is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16518157-
CMYK00.890.050.35
HSL303.27º80.33%35.88%-
HSV(B)303.27º89.09%64.71%-
XYZ21.8210.8732.85-
YUV77.8172.7190.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=48.53%
G=5.29%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651815700.890.050.35303.2780.3335.88
HexA5129D05952312f5024
Octal24522235013154345712044
Binary101001011001010011101010110011011000111001011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5129D; }

 p { color: rgb(165,18,157); }

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

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

 a { background-color: rgb(165,18,157); }

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

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

 span { border-color: rgb(165,18,157); }

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