#a11aa1

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

Shades of Dark Magenta #A11AA1

Tints of Dark Magenta #A11AA1

Color information

#A11AA1 (or 0xA11AA1) is unknown color: approx Dark Magenta. HEX triplet: A1, 1A and A1. RGB value is (161,26,161). Sum of RGB (Red+Green+Blue) = 161+26+161=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A11AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11AA1 is #5EE55E. Grayscale: #515151. Windows color (decimal): -6219103 or 10558113. OLE color: 10558113.

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

Color convert

RGB16126161-
CMYK00.8400.37
HSL300º72.19%36.67%-
HSV(B)300º83.85%63.14%-
XYZ21.510.8934.69-
YUV81.76172.73184.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 161 (63.28% from 255) = 46.26%
R=46.26%
G=7.47%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612616100.8400.3730072.1936.67
HexA11AA105402512c4825
Octal24132241012404545411045
Binary1010000111010101000010101010001001011001011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11aa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11aa1; }

 p { color: rgb(161,26,161); }

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

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

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

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

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

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

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