#AA397E

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

Shades of Medium Red Violet #AA397E

Tints of Medium Red Violet #AA397E

Color information

#AA397E (or 0xAA397E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 39 and 7E. RGB value is (170,57,126). Sum of RGB (Red+Green+Blue) = 170+57+126=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA397E is #55C681. Grayscale: #626262. Windows color (decimal): -5621378 or 8272298. OLE color: 8272298.

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

Color convert

RGB17057126-
CMYK00.660.260.33
HSL323.36º49.78%44.51%-
HSV(B)323.36º66.47%66.67%-
XYZ21.8112.9821.09-
YUV98.65143.44178.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=48.16%
G=16.15%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705712600.660.260.33323.3649.7844.51
HexAA397E0421A21143322d
Octal25271176010232415036255
Binary1010101011100111111100100001011010100001101000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA397E; }

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

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

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

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

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

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

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

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