#AA289C

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

Shades of Medium Red Violet #AA289C

Tints of Medium Red Violet #AA289C

Color information

#AA289C (or 0xAA289C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 28 and 9C. RGB value is (170,40,156). Sum of RGB (Red+Green+Blue) = 170+40+156=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA289C is #55D763. Grayscale: #5B5B5B. Windows color (decimal): -5625700 or 10234026. OLE color: 10234026.

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

Color convert

RGB17040156-
CMYK00.760.080.33
HSL306.46º61.9%41.18%-
HSV(B)306.46º76.47%66.67%-
XYZ23.3412.4632.63-
YUV92.09164.07183.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=46.45%
G=10.93%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704015600.760.080.33306.4661.941.18
HexAA289C04C8211323e29
Octal25250234011410414627651
Binary1010101010100010011100010011001000100001100110010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA289C; }

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

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

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

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

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

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

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

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