#AA118A

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

Shades of Medium Violet Red #AA118A

Tints of Medium Violet Red #AA118A

Color information

#AA118A (or 0xAA118A) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 8A. RGB value is (170,17,138). Sum of RGB (Red+Green+Blue) = 170+17+138=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA118A is #55EE75. Grayscale: #4C4C4C. Windows color (decimal): -5631606 or 9048490. OLE color: 9048490.

HSL color Cylindrical-coordinate representation of color #AA118A: hue angle of 312.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA118A is Cyan = 0, Magento = 0.9, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17017138-
CMYK00.90.190.33
HSL312.55º81.82%36.67%-
HSV(B)312.55º90%66.67%-
XYZ21.3710.7825-
YUV76.54162.69194.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=52.31%
G=5.23%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701713800.90.190.33312.5581.8236.67
HexAA118A05A13211395225
Octal252212120132234147112245
Binary10101010100011000101001011010100111000011001110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA118A; }

 p { color: rgb(170,17,138); }

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

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

 a { background-color: rgb(170,17,138); }

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

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

 span { border-color: rgb(170,17,138); }

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