#aa387c

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

Shades of Medium Red Violet #AA387C

Tints of Medium Red Violet #AA387C

Color information

#AA387C (or 0xAA387C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 7C. RGB value is (170,56,124). Sum of RGB (Red+Green+Blue) = 170+56+124=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA387C is #55C783. Grayscale: #616161. Windows color (decimal): -5621636 or 8140970. OLE color: 8140970.

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

Color convert

RGB17056124-
CMYK00.670.270.33
HSL324.21º50.44%44.31%-
HSV(B)324.21º67.06%66.67%-
XYZ21.6312.8320.41-
YUV97.84142.77179.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=48.57%
G=16%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705612400.670.270.33324.2150.4444.31
HexAA387C0431B21144322c
Octal25270174010333415046254
Binary1010101011100011111000100001111011100001101000100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa387c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa387c; }

 p { color: rgb(170,56,124); }

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

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

 a { background-color: rgb(170,56,124); }

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

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

 span { border-color: rgb(170,56,124); }

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