#AA2596

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

Shades of Medium Red Violet #AA2596

Tints of Medium Red Violet #AA2596

Color information

#AA2596 (or 0xAA2596) is unknown color: approx Medium Red Violet. HEX triplet: AA, 25 and 96. RGB value is (170,37,150). Sum of RGB (Red+Green+Blue) = 170+37+150=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2596 is #55DA69. Grayscale: #595959. Windows color (decimal): -5626474 or 9840042. OLE color: 9840042.

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

Color convert

RGB17037150-
CMYK00.780.120.33
HSL309.02º64.25%40.59%-
HSV(B)309.02º78.24%66.67%-
XYZ22.7412.0729.99-
YUV89.65162.06185.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 37 (14.84% from 255) = 10.36%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=47.62%
G=10.36%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703715000.780.120.33309.0264.2540.59
HexAA259604EC211354029
Octal252452260116144146510051
Binary10101010100101100101100100111011001000011001101011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2596; }

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

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

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

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

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

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

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

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