#A5129A

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

Shades of Dark Magenta #A5129A

Tints of Dark Magenta #A5129A

Color information

#A5129A (or 0xA5129A) is unknown color: approx Dark Magenta. HEX triplet: A5, 12 and 9A. RGB value is (165,18,154). Sum of RGB (Red+Green+Blue) = 165+18+154=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5129A is #5AED65. Grayscale: #4D4D4D. Windows color (decimal): -5959014 or 10097317. OLE color: 10097317.

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

Color convert

RGB16518154-
CMYK00.890.070.35
HSL304.49º80.33%35.88%-
HSV(B)304.49º89.09%64.71%-
XYZ21.5710.7731.51-
YUV77.46171.2190.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=48.96%
G=5.34%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651815400.890.070.35304.4980.3335.88
HexA5129A0597231305024
Octal24522232013174346012044
Binary101001011001010011010010110011111000111001100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5129A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5129A; }

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

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

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

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

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

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

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

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