#A114A2

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

Shades of Dark Magenta #A114A2

Tints of Dark Magenta #A114A2

Color information

#A114A2 (or 0xA114A2) is unknown color: approx Dark Magenta. HEX triplet: A1, 14 and A2. RGB value is (161,20,162). Sum of RGB (Red+Green+Blue) = 161+20+162=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #A114A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A114A2 is #5EEB5D. Grayscale: #4D4D4D. Windows color (decimal): -6220638 or 10622113. OLE color: 10622113.

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

Color convert

RGB16120162-
CMYK0.010.8800.36
HSL299.58º78.02%35.69%-
HSV(B)299.58º87.65%63.53%-
XYZ21.4710.6935.11-
YUV78.35175.21186.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 20 (8.20% from 255) = 5.83%
BLUE value IS 162 (63.67% from 255) = 47.23%
R=46.94%
G=5.83%
B=47.23%

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
Decimal161201620.010.8800.36299.5878.0235.69
HexA114A215802412c4e24
Octal24124242113004445411644
Binary1010000110100101000101101100001001001001011001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A114A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A114A2; }

 p { color: rgb(161,20,162); }

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

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

 a { background-color: rgb(161,20,162); }

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

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

 span { border-color: rgb(161,20,162); }

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