#AA2B9C

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

Shades of Medium Red Violet #AA2B9C

Tints of Medium Red Violet #AA2B9C

Color information

#AA2B9C (or 0xAA2B9C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2B and 9C. RGB value is (170,43,156). Sum of RGB (Red+Green+Blue) = 170+43+156=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2B9C is #55D463. Grayscale: #5D5D5D. Windows color (decimal): -5624932 or 10234794. OLE color: 10234794.

HSL color Cylindrical-coordinate representation of color #AA2B9C: hue angle of 306.61º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B9C is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17043156-
CMYK00.750.080.33
HSL306.61º59.62%41.76%-
HSV(B)306.61º74.71%66.67%-
XYZ23.4412.6732.66-
YUV93.85163.08182.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=46.07%
G=11.65%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704315600.750.080.33306.6159.6241.76
HexAA2B9C04B8211333c2a
Octal25253234011310414637452
Binary1010101010101110011100010010111000100001100110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2B9C; }

 p { color: rgb(170,43,156); }

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

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

 a { background-color: rgb(170,43,156); }

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

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

 span { border-color: rgb(170,43,156); }

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