#AA2590

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

Shades of Medium Red Violet #AA2590

Tints of Medium Red Violet #AA2590

Color information

#AA2590 (or 0xAA2590) is unknown color: approx Medium Red Violet. HEX triplet: AA, 25 and 90. RGB value is (170,37,144). Sum of RGB (Red+Green+Blue) = 170+37+144=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2590 is #55DA6F. Grayscale: #585858. Windows color (decimal): -5626480 or 9446826. OLE color: 9446826.

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

Color convert

RGB17037144-
CMYK00.780.150.33
HSL311.73º64.25%40.59%-
HSV(B)311.73º78.24%66.67%-
XYZ22.2711.8827.51-
YUV88.96159.06185.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 37 (14.84% from 255) = 10.54%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=48.43%
G=10.54%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703714400.780.150.33311.7364.2540.59
HexAA259004EF211384029
Octal252452200116174147010051
Binary10101010100101100100000100111011111000011001110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2590; }

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

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

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

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

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

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

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

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