#AA1B9A

Color #AA1B9A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AA1B9A

Tints of Medium Violet Red #AA1B9A

Color information

#AA1B9A (or 0xAA1B9A) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1B and 9A. RGB value is (170,27,154). Sum of RGB (Red+Green+Blue) = 170+27+154=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1B9A is #55E465. Grayscale: #535353. Windows color (decimal): -5629030 or 10099626. OLE color: 10099626.

HSL color Cylindrical-coordinate representation of color #AA1B9A: hue angle of 306.71º 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 #AA1B9A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17027154-
CMYK00.840.090.33
HSL306.71º72.59%38.63%-
HSV(B)306.71º84.12%66.67%-
XYZ22.811.6631.62-
YUV84.24167.38189.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 27 (10.94% from 255) = 7.69%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=48.43%
G=7.69%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702715400.840.090.33306.7172.5938.63
HexAA1B9A0549211334927
Octal252332320124114146311147
Binary1010101011011100110100101010010011000011001100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B9A; }

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

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

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

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

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

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

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

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