#AA3A7F

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

Shades of Medium Red Violet #AA3A7F

Tints of Medium Red Violet #AA3A7F

Color information

#AA3A7F (or 0xAA3A7F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3A and 7F. RGB value is (170,58,127). Sum of RGB (Red+Green+Blue) = 170+58+127=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A7F is #55C580. Grayscale: #636363. Windows color (decimal): -5621121 or 8338090. OLE color: 8338090.

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

Color convert

RGB17058127-
CMYK00.660.250.33
HSL323.04º49.12%44.71%-
HSV(B)323.04º65.88%66.67%-
XYZ21.9213.121.45-
YUV99.35143.61178.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 127 (50% from 255) = 35.77%
R=47.89%
G=16.34%
B=35.77%

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
Decimal1705812700.660.250.33323.0449.1244.71
HexAA3A7F0421921143312d
Octal25272177010231415036155
Binary1010101011101011111110100001011001100001101000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A7F; }

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

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

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

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

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

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

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

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