#AA187F

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

Shades of Medium Violet Red #AA187F

Tints of Medium Violet Red #AA187F

Color information

#AA187F (or 0xAA187F) is unknown color: approx Medium Violet Red. HEX triplet: AA, 18 and 7F. RGB value is (170,24,127). Sum of RGB (Red+Green+Blue) = 170+24+127=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA187F is #55E780. Grayscale: #4F4F4F. Windows color (decimal): -5629825 or 8329386. OLE color: 8329386.

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

Color convert

RGB17024127-
CMYK00.860.250.33
HSL317.67º75.26%38.04%-
HSV(B)317.67º85.88%66.67%-
XYZ20.7310.7321.06-
YUV79.4154.87192.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 127 (50% from 255) = 39.56%
R=52.96%
G=7.48%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702412700.860.250.33317.6775.2638.04
HexAA187F056192113e4b26
Octal252301770126314147611346
Binary1010101011000111111101010110110011000011001111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA187F; }

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

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

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

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

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

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

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

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