#A115AE

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

Shades of Dark Magenta #A115AE

Tints of Dark Magenta #A115AE

Color information

#A115AE (or 0xA115AE) is unknown color: approx Dark Magenta. HEX triplet: A1, 15 and AE. RGB value is (161,21,174). Sum of RGB (Red+Green+Blue) = 161+21+174=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A115AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A115AE is #5EEA51. Grayscale: #4F4F4F. Windows color (decimal): -6220370 or 11408801. OLE color: 11408801.

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

Color convert

RGB16121174-
CMYK0.070.8800.32
HSL294.9º78.46%38.24%-
HSV(B)294.9º87.93%68.24%-
XYZ22.6111.1741.01-
YUV80.3180.88185.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=45.22%
G=5.90%
B=48.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161211740.070.8800.32294.978.4638.24
HexA115AE7580201274e26
Octal24125256713004044711646
Binary101000011010110101110111101100001000001001001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A115AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A115AE; }

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

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

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

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

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

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

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

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