#A41293

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

Shades of Dark Magenta #A41293

Tints of Dark Magenta #A41293

Color information

#A41293 (or 0xA41293) is unknown color: approx Dark Magenta. HEX triplet: A4, 12 and 93. RGB value is (164,18,147). Sum of RGB (Red+Green+Blue) = 164+18+147=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A41293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41293 is #5BED6C. Grayscale: #4B4B4B. Windows color (decimal): -6024557 or 9638564. OLE color: 9638564.

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

Color convert

RGB16418147-
CMYK00.890.100.36
HSL306.99º80.22%35.69%-
HSV(B)306.99º89.02%64.31%-
XYZ20.7910.4328.52-
YUV76.36167.87190.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=49.85%
G=5.47%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641814700.890.100.36306.9980.2235.69
HexA41293059A241335024
Octal244222230131124446312044
Binary1010010010010100100110101100110101001001001100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41293; }

 p { color: rgb(164,18,147); }

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

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

 a { background-color: rgb(164,18,147); }

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

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

 span { border-color: rgb(164,18,147); }

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