#AA1785

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

Shades of Medium Violet Red #AA1785

Tints of Medium Violet Red #AA1785

Color information

#AA1785 (or 0xAA1785) is unknown color: approx Medium Violet Red. HEX triplet: AA, 17 and 85. RGB value is (170,23,133). Sum of RGB (Red+Green+Blue) = 170+23+133=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1785 is #55E87A. Grayscale: #4F4F4F. Windows color (decimal): -5630075 or 8722346. OLE color: 8722346.

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

Color convert

RGB17023133-
CMYK00.860.220.33
HSL315.1º76.17%37.84%-
HSV(B)315.1º86.47%66.67%-
XYZ21.1210.8523.17-
YUV79.49158.2192.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=52.15%
G=7.06%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702313300.860.220.33315.176.1737.84
HexAA1785056162113b4c26
Octal252272050126264147311446
Binary10101010101111000010101010110101101000011001110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1785; }

 p { color: rgb(170,23,133); }

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

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

 a { background-color: rgb(170,23,133); }

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

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

 span { border-color: rgb(170,23,133); }

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