#AA389B

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

Shades of Medium Red Violet #AA389B

Tints of Medium Red Violet #AA389B

Color information

#AA389B (or 0xAA389B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 9B. RGB value is (170,56,155). Sum of RGB (Red+Green+Blue) = 170+56+155=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389B is #55C764. Grayscale: #656565. Windows color (decimal): -5621605 or 10172586. OLE color: 10172586.

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

Color convert

RGB17056155-
CMYK00.670.090.33
HSL307.89º50.44%44.31%-
HSV(B)307.89º67.06%66.67%-
XYZ23.9113.7432.4-
YUV101.37158.27176.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=44.62%
G=14.70%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705615500.670.090.33307.8950.4444.31
HexAA389B043921134322c
Octal25270233010311414646254
Binary1010101011100010011011010000111001100001100110100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA389B; }

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

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

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

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

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

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

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

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