#AA318E

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

Shades of Medium Red Violet #AA318E

Tints of Medium Red Violet #AA318E

Color information

#AA318E (or 0xAA318E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 31 and 8E. RGB value is (170,49,142). Sum of RGB (Red+Green+Blue) = 170+49+142=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA318E is #55CE71. Grayscale: #5F5F5F. Windows color (decimal): -5623410 or 9318826. OLE color: 9318826.

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

Color convert

RGB17049142-
CMYK00.710.160.33
HSL313.88º55.25%42.94%-
HSV(B)313.88º71.18%66.67%-
XYZ22.5612.726.85-
YUV95.78154.09180.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=47.09%
G=13.57%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704914200.710.160.33313.8855.2542.94
HexAA318E047102113a372b
Octal25261216010720414726753
Binary10101010110001100011100100011110000100001100111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA318E; }

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

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

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

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

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

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

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

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