#AA1886

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

Shades of Medium Violet Red #AA1886

Tints of Medium Violet Red #AA1886

Color information

#AA1886 (or 0xAA1886) is unknown color: approx Medium Violet Red. HEX triplet: AA, 18 and 86. RGB value is (170,24,134). Sum of RGB (Red+Green+Blue) = 170+24+134=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1886 is #55E779. Grayscale: #4F4F4F. Windows color (decimal): -5629818 or 8788138. OLE color: 8788138.

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

Color convert

RGB17024134-
CMYK00.860.210.33
HSL314.79º75.26%38.04%-
HSV(B)314.79º85.88%66.67%-
XYZ21.2110.9223.54-
YUV80.19158.37192.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=51.83%
G=7.32%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702413400.860.210.33314.7975.2638.04
HexAA1886056152113b4b26
Octal252302060126254147311346
Binary10101010110001000011001010110101011000011001110111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1886; }

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

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

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

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

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

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

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

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