#A113A4

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

Shades of Dark Magenta #A113A4

Tints of Dark Magenta #A113A4

Color information

#A113A4 (or 0xA113A4) is unknown color: approx Dark Magenta. HEX triplet: A1, 13 and A4. RGB value is (161,19,164). Sum of RGB (Red+Green+Blue) = 161+19+164=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #A113A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A113A4 is #5EEC5B. Grayscale: #4D4D4D. Windows color (decimal): -6220892 or 10752929. OLE color: 10752929.

HSL color Cylindrical-coordinate representation of color #A113A4: hue angle of 298.76º 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 #A113A4 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16119164-
CMYK0.020.8800.36
HSL298.76º79.23%35.88%-
HSV(B)298.76º88.41%64.31%-
XYZ21.6310.7236.05-
YUV77.99176.54187.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 19 (7.81% from 255) = 5.52%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=46.80%
G=5.52%
B=47.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161191640.020.8800.36298.7679.2335.88
HexA113A425802412b4f24
Octal24123244213004445311744
Binary10100001100111010010010101100001001001001010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A113A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A113A4; }

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

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

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

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

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

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

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

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