#A5129E

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

Shades of Dark Magenta #A5129E

Tints of Dark Magenta #A5129E

Color information

#A5129E (or 0xA5129E) is unknown color: approx Dark Magenta. HEX triplet: A5, 12 and 9E. RGB value is (165,18,158). Sum of RGB (Red+Green+Blue) = 165+18+158=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5129E is #5AED61. Grayscale: #4D4D4D. Windows color (decimal): -5959010 or 10359461. OLE color: 10359461.

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

Color convert

RGB16518158-
CMYK00.890.040.35
HSL302.86º80.33%35.88%-
HSV(B)302.86º89.09%64.71%-
XYZ21.910.933.3-
YUV77.91173.2190.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=48.39%
G=5.28%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651815800.890.040.35302.8680.3335.88
HexA5129E05942312f5024
Octal24522236013144345712044
Binary101001011001010011110010110011001000111001011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5129E; }

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

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

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

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

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

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

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

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