#AA399D

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

Shades of Medium Red Violet #AA399D

Tints of Medium Red Violet #AA399D

Color information

#AA399D (or 0xAA399D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 39 and 9D. RGB value is (170,57,157). Sum of RGB (Red+Green+Blue) = 170+57+157=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA399D is #55C662. Grayscale: #656565. Windows color (decimal): -5621347 or 10303914. OLE color: 10303914.

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

Color convert

RGB17057157-
CMYK00.660.080.33
HSL306.9º49.78%44.51%-
HSV(B)306.9º66.47%66.67%-
XYZ24.1313.9133.31-
YUV102.19158.94176.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=44.27%
G=14.84%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705715700.660.080.33306.949.7844.51
HexAA399D042821133322d
Octal25271235010210414636255
Binary1010101011100110011101010000101000100001100110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA399D; }

 p { color: rgb(170,57,157); }

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

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

 a { background-color: rgb(170,57,157); }

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

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

 span { border-color: rgb(170,57,157); }

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