#AA1BA1

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

Shades of Dark Magenta #AA1BA1

Tints of Dark Magenta #AA1BA1

Color information

#AA1BA1 (or 0xAA1BA1) is unknown color: approx Dark Magenta. HEX triplet: AA, 1B and A1. RGB value is (170,27,161). Sum of RGB (Red+Green+Blue) = 170+27+161=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1BA1 is #55E45E. Grayscale: #545454. Windows color (decimal): -5629023 or 10558378. OLE color: 10558378.

HSL color Cylindrical-coordinate representation of color #AA1BA1: hue angle of 303.78º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1BA1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17027161-
CMYK00.840.050.33
HSL303.78º72.59%38.63%-
HSV(B)303.78º84.12%66.67%-
XYZ23.411.934.78-
YUV85.03170.88188.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 27 (10.94% from 255) = 7.54%
BLUE value IS 161 (63.28% from 255) = 44.97%
R=47.49%
G=7.54%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702716100.840.050.33303.7872.5938.63
HexAA1BA10545211304927
Octal25233241012454146011147
Binary101010101101110100001010101001011000011001100001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1BA1; }

 p { color: rgb(170,27,161); }

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

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

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

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

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

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

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