#AA2481

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

Shades of Medium Red Violet #AA2481

Tints of Medium Red Violet #AA2481

Color information

#AA2481 (or 0xAA2481) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 81. RGB value is (170,36,129). Sum of RGB (Red+Green+Blue) = 170+36+129=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2481 is #55DB7E. Grayscale: #565656. Windows color (decimal): -5626751 or 8463530. OLE color: 8463530.

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

Color convert

RGB17036129-
CMYK00.790.240.33
HSL318.36º65.05%40.39%-
HSV(B)318.36º78.82%66.67%-
XYZ21.1711.3921.85-
YUV86.67151.89187.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 36 (14.45% from 255) = 10.75%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=50.75%
G=10.75%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703612900.790.240.33318.3665.0540.39
HexAA248104F182113e4128
Octal252442010117304147610150
Binary101010101001001000000101001111110001000011001111101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2481; }

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

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

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

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

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

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

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

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