#AA2486

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

Shades of Medium Red Violet #AA2486

Tints of Medium Red Violet #AA2486

Color information

#AA2486 (or 0xAA2486) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 86. RGB value is (170,36,134). Sum of RGB (Red+Green+Blue) = 170+36+134=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2486 is #55DB79. Grayscale: #565656. Windows color (decimal): -5626746 or 8791210. OLE color: 8791210.

HSL color Cylindrical-coordinate representation of color #AA2486: hue angle of 316.12º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2486 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17036134-
CMYK00.790.210.33
HSL316.12º65.05%40.39%-
HSV(B)316.12º78.82%66.67%-
XYZ21.5111.5323.65-
YUV87.24154.39187.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 10.59%
BLUE value IS 134 (52.73% from 255) = 39.41%
R=50%
G=10.59%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703613400.790.210.33316.1265.0540.39
HexAA248604F152113c4128
Octal252442060117254147410150
Binary101010101001001000011001001111101011000011001111001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2486; }

 p { color: rgb(170,36,134); }

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

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

 a { background-color: rgb(170,36,134); }

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

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

 span { border-color: rgb(170,36,134); }

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