#AA318B

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

Shades of Medium Red Violet #AA318B

Tints of Medium Red Violet #AA318B

Color information

#AA318B (or 0xAA318B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 31 and 8B. RGB value is (170,49,139). Sum of RGB (Red+Green+Blue) = 170+49+139=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA318B is #55CE74. Grayscale: #5F5F5F. Windows color (decimal): -5623413 or 9122218. OLE color: 9122218.

HSL color Cylindrical-coordinate representation of color #AA318B: hue angle of 315.37º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA318B is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17049139-
CMYK00.710.180.33
HSL315.37º55.25%42.94%-
HSV(B)315.37º71.18%66.67%-
XYZ22.3412.6125.68-
YUV95.44152.59181.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=47.49%
G=13.69%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704913900.710.180.33315.3755.2542.94
HexAA318B047122113b372b
Octal25261213010722414736753
Binary10101010110001100010110100011110010100001100111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA318B; }

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

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

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

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

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

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

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

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