#AA389D

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

Shades of Medium Red Violet #AA389D

Tints of Medium Red Violet #AA389D

Color information

#AA389D (or 0xAA389D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 9D. RGB value is (170,56,157). Sum of RGB (Red+Green+Blue) = 170+56+157=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389D is #55C762. Grayscale: #656565. Windows color (decimal): -5621603 or 10303658. OLE color: 10303658.

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

Color convert

RGB17056157-
CMYK00.670.080.33
HSL306.84º50.44%44.31%-
HSV(B)306.84º67.06%66.67%-
XYZ24.0813.8133.29-
YUV101.6159.27176.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 56 (22.27% from 255) = 14.62%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=44.39%
G=14.62%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705615700.670.080.33306.8450.4444.31
HexAA389D043821133322c
Octal25270235010310414636254
Binary1010101011100010011101010000111000100001100110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA389D; }

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

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

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

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

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

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

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

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