#AA377A

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

Shades of Medium Red Violet #AA377A

Tints of Medium Red Violet #AA377A

Color information

#AA377A (or 0xAA377A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 37 and 7A. RGB value is (170,55,122). Sum of RGB (Red+Green+Blue) = 170+55+122=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA377A is #55C885. Grayscale: #606060. Windows color (decimal): -5621894 or 8009642. OLE color: 8009642.

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

Color convert

RGB17055122-
CMYK00.680.280.33
HSL325.04º51.11%44.12%-
HSV(B)325.04º67.65%66.67%-
XYZ21.4612.6819.73-
YUV97.02142.1180.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=48.99%
G=15.85%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705512200.680.280.33325.0451.1144.12
HexAA377A0441C21145332c
Octal25267172010434415056354
Binary1010101011011111110100100010011100100001101000101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA377A; }

 p { color: rgb(170,55,122); }

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

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

 a { background-color: rgb(170,55,122); }

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

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

 span { border-color: rgb(170,55,122); }

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