#AA1A9A

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

Shades of Medium Violet Red #AA1A9A

Tints of Medium Violet Red #AA1A9A

Color information

#AA1A9A (or 0xAA1A9A) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1A and 9A. RGB value is (170,26,154). Sum of RGB (Red+Green+Blue) = 170+26+154=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1A9A is #55E565. Grayscale: #535353. Windows color (decimal): -5629286 or 10099370. OLE color: 10099370.

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

Color convert

RGB17026154-
CMYK00.850.090.33
HSL306.67º73.47%38.43%-
HSV(B)306.67º84.71%66.67%-
XYZ22.7811.6231.61-
YUV83.65167.71189.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 26 (10.55% from 255) = 7.43%
BLUE value IS 154 (60.55% from 255) = 44%
R=48.57%
G=7.43%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702615400.850.090.33306.6773.4738.43
HexAA1A9A0559211334926
Octal252322320125114146311146
Binary1010101011010100110100101010110011000011001100111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1A9A; }

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

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

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

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

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

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

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

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