#AA388B

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

Shades of Medium Red Violet #AA388B

Tints of Medium Red Violet #AA388B

Color information

#AA388B (or 0xAA388B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 38 and 8B. RGB value is (170,56,139). Sum of RGB (Red+Green+Blue) = 170+56+139=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA388B is #55C774. Grayscale: #636363. Windows color (decimal): -5621621 or 9124010. OLE color: 9124010.

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

Color convert

RGB17056139-
CMYK00.670.180.33
HSL316.32º50.44%44.31%-
HSV(B)316.32º67.06%66.67%-
XYZ22.6513.2425.79-
YUV99.55150.27178.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=46.58%
G=15.34%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705613900.670.180.33316.3250.4444.31
HexAA388B043122113c322c
Octal25270213010322414746254
Binary10101010111000100010110100001110010100001100111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA388B; }

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

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

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

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

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

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

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

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