#AA1E90

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

Shades of Medium Red Violet #AA1E90

Tints of Medium Red Violet #AA1E90

Color information

#AA1E90 (or 0xAA1E90) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1E and 90. RGB value is (170,30,144). Sum of RGB (Red+Green+Blue) = 170+30+144=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E90 is #55E16F. Grayscale: #545454. Windows color (decimal): -5628272 or 9445034. OLE color: 9445034.

HSL color Cylindrical-coordinate representation of color #AA1E90: hue angle of 311.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E90 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17030144-
CMYK00.820.150.33
HSL311.14º70%39.22%-
HSV(B)311.14º82.35%66.67%-
XYZ22.0811.4927.44-
YUV84.86161.38188.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=49.42%
G=8.72%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703014400.820.150.33311.147039.22
HexAA1E90052F211374627
Octal252362200122174146710647
Binary1010101011110100100000101001011111000011001101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1E90; }

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

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

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

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

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

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

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

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