#AA1790

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

Shades of Medium Violet Red #AA1790

Tints of Medium Violet Red #AA1790

Color information

#AA1790 (or 0xAA1790) is unknown color: approx Medium Violet Red. HEX triplet: AA, 17 and 90. RGB value is (170,23,144). Sum of RGB (Red+Green+Blue) = 170+23+144=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1790 is #55E86F. Grayscale: #505050. Windows color (decimal): -5630064 or 9443242. OLE color: 9443242.

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

Color convert

RGB17023144-
CMYK00.860.150.33
HSL310.61º76.17%37.84%-
HSV(B)310.61º86.47%66.67%-
XYZ21.9211.1727.39-
YUV80.75163.7191.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 144 (56.64% from 255) = 42.73%
R=50.45%
G=6.82%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702314400.860.150.33310.6176.1737.84
HexAA1790056F211374c26
Octal252272200126174146711446
Binary1010101010111100100000101011011111000011001101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1790; }

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

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

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

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

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

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

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

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