#A110AE

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

Shades of Dark Magenta #A110AE

Tints of Dark Magenta #A110AE

Color information

#A110AE (or 0xA110AE) is unknown color: approx Dark Magenta. HEX triplet: A1, 10 and AE. RGB value is (161,16,174). Sum of RGB (Red+Green+Blue) = 161+16+174=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A110AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A110AE is #5EEF51. Grayscale: #4C4C4C. Windows color (decimal): -6221650 or 11407521. OLE color: 11407521.

HSL color Cylindrical-coordinate representation of color #A110AE: hue angle of 295.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A110AE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16116174-
CMYK0.070.9100.32
HSL295.06º83.16%37.25%-
HSV(B)295.06º90.8%68.24%-
XYZ22.521140.98-
YUV77.37182.54187.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 16 (6.64% from 255) = 4.56%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=45.87%
G=4.56%
B=49.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161161740.070.9100.32295.0683.1637.25
HexA110AE75B0201275325
Octal24120256713304044712345
Binary101000011000010101110111101101101000001001001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A110AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A110AE; }

 p { color: rgb(161,16,174); }

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

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

 a { background-color: rgb(161,16,174); }

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

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

 span { border-color: rgb(161,16,174); }

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