#AA1188

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

Shades of Medium Violet Red #AA1188

Tints of Medium Violet Red #AA1188

Color information

#AA1188 (or 0xAA1188) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 88. RGB value is (170,17,136). Sum of RGB (Red+Green+Blue) = 170+17+136=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1188 is #55EE77. Grayscale: #4B4B4B. Windows color (decimal): -5631608 or 8917418. OLE color: 8917418.

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

Color convert

RGB17017136-
CMYK00.90.200.33
HSL313.33º81.82%36.67%-
HSV(B)313.33º90%66.67%-
XYZ21.2210.7224.24-
YUV76.31161.69194.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=52.63%
G=5.26%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701713600.90.200.33313.3381.8236.67
HexAA118805A14211395225
Octal252212100132244147112245
Binary10101010100011000100001011010101001000011001110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1188; }

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

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

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

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

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

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

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

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