#AA327B

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

Shades of Medium Red Violet #AA327B

Tints of Medium Red Violet #AA327B

Color information

#AA327B (or 0xAA327B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 32 and 7B. RGB value is (170,50,123). Sum of RGB (Red+Green+Blue) = 170+50+123=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA327B is #55CD84. Grayscale: #5E5E5E. Windows color (decimal): -5623173 or 8073898. OLE color: 8073898.

HSL color Cylindrical-coordinate representation of color #AA327B: hue angle of 323.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA327B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17050123-
CMYK00.710.280.33
HSL323.5º54.55%43.14%-
HSV(B)323.5º70.59%66.67%-
XYZ21.2912.2619.98-
YUV94.2144.26182.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=49.56%
G=14.58%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705012300.710.280.33323.554.5543.14
HexAA327B0471C21144372b
Octal25262173010734415046753
Binary1010101011001011110110100011111100100001101000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA327B; }

 p { color: rgb(170,50,123); }

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

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

 a { background-color: rgb(170,50,123); }

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

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

 span { border-color: rgb(170,50,123); }

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