#AA397F

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

Shades of Medium Red Violet #AA397F

Tints of Medium Red Violet #AA397F

Color information

#AA397F (or 0xAA397F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 39 and 7F. RGB value is (170,57,127). Sum of RGB (Red+Green+Blue) = 170+57+127=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397F is #55C680. Grayscale: #626262. Windows color (decimal): -5621377 or 8337834. OLE color: 8337834.

HSL color Cylindrical-coordinate representation of color #AA397F: hue angle of 322.83º 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 #AA397F is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17057127-
CMYK00.660.250.33
HSL322.83º49.78%44.51%-
HSV(B)322.83º66.47%66.67%-
XYZ21.871321.44-
YUV98.77143.94178.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 127 (50% from 255) = 35.88%
R=48.02%
G=16.10%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705712700.660.250.33322.8349.7844.51
HexAA397F0421921143322d
Octal25271177010231415036255
Binary1010101011100111111110100001011001100001101000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA397F; }

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

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

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

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

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

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

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

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