#A1048F

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

Shades of Dark Magenta #A1048F

Tints of Dark Magenta #A1048F

Color information

#A1048F (or 0xA1048F) is unknown color: approx Dark Magenta. HEX triplet: A1, 04 and 8F. RGB value is (161,4,143). Sum of RGB (Red+Green+Blue) = 161+4+143=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1048F is #5EFB70. Grayscale: #424242. Windows color (decimal): -6224753 or 9372833. OLE color: 9372833.

HSL color Cylindrical-coordinate representation of color #A1048F: hue angle of 306.88º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1048F is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB1614143-
CMYK00.980.110.37
HSL306.88º95.15%32.35%-
HSV(B)306.88º97.52%63.14%-
XYZ19.79.6526.81-
YUV66.79171.01195.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=52.27%
G=1.30%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161414300.980.110.37306.8895.1532.35
HexA148F062B251335f20
Octal24142170142134546313740
Binary10100001100100011110110001010111001011001100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1048F; }

 p { color: rgb(161,4,143); }

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

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

 a { background-color: rgb(161,4,143); }

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

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

 span { border-color: rgb(161,4,143); }

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