#A11894

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

Shades of Dark Magenta #A11894

Tints of Dark Magenta #A11894

Color information

#A11894 (or 0xA11894) is unknown color: approx Dark Magenta. HEX triplet: A1, 18 and 94. RGB value is (161,24,148). Sum of RGB (Red+Green+Blue) = 161+24+148=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A11894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11894 is #5EE76B. Grayscale: #4E4E4E. Windows color (decimal): -6219628 or 9705633. OLE color: 9705633.

HSL color Cylindrical-coordinate representation of color #A11894: hue angle of 305.69º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A11894 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB16124148-
CMYK00.850.080.37
HSL305.69º74.05%36.27%-
HSV(B)305.69º85.09%63.14%-
XYZ20.3710.3728.94-
YUV79.1166.89186.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 24 (9.77% from 255) = 7.21%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=48.35%
G=7.21%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612414800.850.080.37305.6974.0536.27
HexA118940558251324a24
Octal241302240125104546211244
Binary1010000111000100101000101010110001001011001100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11894; }

 p { color: rgb(161,24,148); }

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

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

 a { background-color: rgb(161,24,148); }

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

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

 span { border-color: rgb(161,24,148); }

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