#A5128F

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

Shades of Dark Magenta #A5128F

Tints of Dark Magenta #A5128F

Color information

#A5128F (or 0xA5128F) is unknown color: approx Dark Magenta. HEX triplet: A5, 12 and 8F. RGB value is (165,18,143). Sum of RGB (Red+Green+Blue) = 165+18+143=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5128F is #5AED70. Grayscale: #4B4B4B. Windows color (decimal): -5959025 or 9376421. OLE color: 9376421.

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

Color convert

RGB16518143-
CMYK00.890.130.35
HSL308.98º80.33%35.88%-
HSV(B)308.98º89.09%64.71%-
XYZ20.6910.4226.91-
YUV76.2165.7191.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=50.61%
G=5.52%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651814300.890.130.35308.9880.3335.88
HexA5128F059D231355024
Octal245222170131154346512044
Binary1010010110010100011110101100111011000111001101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5128F; }

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

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

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

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

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

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

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

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