#AA32A3

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

Shades of Medium Red Violet #AA32A3

Tints of Medium Red Violet #AA32A3

Color information

#AA32A3 (or 0xAA32A3) is unknown color: approx Medium Red Violet. HEX triplet: AA, 32 and A3. RGB value is (170,50,163). Sum of RGB (Red+Green+Blue) = 170+50+163=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA32A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32A3 is #55CD5C. Grayscale: #626262. Windows color (decimal): -5623133 or 10695338. OLE color: 10695338.

HSL color Cylindrical-coordinate representation of color #AA32A3: hue angle of 303.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 #AA32A3 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17050163-
CMYK00.710.040.33
HSL303.5º54.55%43.14%-
HSV(B)303.5º70.59%66.67%-
XYZ24.3313.4735.97-
YUV98.76164.26178.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 50 (19.92% from 255) = 13.05%
BLUE value IS 163 (64.06% from 255) = 42.56%
R=44.39%
G=13.05%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705016300.710.040.33303.554.5543.14
HexAA32A3047421130372b
Octal2526224301074414606753
Binary101010101100101010001101000111100100001100110000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA32A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA32A3; }

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

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

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

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

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

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

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

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