#A113A3

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

Shades of Dark Magenta #A113A3

Tints of Dark Magenta #A113A3

Color information

#A113A3 (or 0xA113A3) is unknown color: approx Dark Magenta. HEX triplet: A1, 13 and A3. RGB value is (161,19,163). Sum of RGB (Red+Green+Blue) = 161+19+163=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #A113A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A113A3 is #5EEC5C. Grayscale: #4D4D4D. Windows color (decimal): -6220893 or 10687393. OLE color: 10687393.

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

Color convert

RGB16119163-
CMYK0.010.8800.36
HSL299.17º79.12%35.69%-
HSV(B)299.17º88.34%63.92%-
XYZ21.5410.6935.58-
YUV77.87176.04187.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 19 (7.81% from 255) = 5.54%
BLUE value IS 163 (64.06% from 255) = 47.52%
R=46.94%
G=5.54%
B=47.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161191630.010.8800.36299.1779.1235.69
HexA113A315802412b4f24
Octal24123243113004445311744
Binary1010000110011101000111101100001001001001010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A113A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A113A3; }

 p { color: rgb(161,19,163); }

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

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

 a { background-color: rgb(161,19,163); }

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

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

 span { border-color: rgb(161,19,163); }

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