#AA188D

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

Shades of Medium Violet Red #AA188D

Tints of Medium Violet Red #AA188D

Color information

#AA188D (or 0xAA188D) is unknown color: approx Medium Violet Red. HEX triplet: AA, 18 and 8D. RGB value is (170,24,141). Sum of RGB (Red+Green+Blue) = 170+24+141=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA188D is #55E772. Grayscale: #505050. Windows color (decimal): -5629811 or 9246890. OLE color: 9246890.

HSL color Cylindrical-coordinate representation of color #AA188D: hue angle of 311.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA188D is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17024141-
CMYK00.860.170.33
HSL311.92º75.26%38.04%-
HSV(B)311.92º85.88%66.67%-
XYZ21.7111.1226.2-
YUV80.99161.87191.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=50.75%
G=7.16%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702414100.860.170.33311.9275.2638.04
HexAA188D05611211384b26
Octal252302150126214147011346
Binary10101010110001000110101010110100011000011001110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA188D; }

 p { color: rgb(170,24,141); }

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

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

 a { background-color: rgb(170,24,141); }

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

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

 span { border-color: rgb(170,24,141); }

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