#AA2480

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

Shades of Medium Red Violet #AA2480

Tints of Medium Red Violet #AA2480

Color information

#AA2480 (or 0xAA2480) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 80. RGB value is (170,36,128). Sum of RGB (Red+Green+Blue) = 170+36+128=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2480 is #55DB7F. Grayscale: #565656. Windows color (decimal): -5626752 or 8397994. OLE color: 8397994.

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

Color convert

RGB17036128-
CMYK00.790.250.33
HSL318.81º65.05%40.39%-
HSV(B)318.81º78.82%66.67%-
XYZ21.111.3721.5-
YUV86.55151.39187.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 36 (14.45% from 255) = 10.78%
BLUE value IS 128 (50.39% from 255) = 38.32%
R=50.90%
G=10.78%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703612800.790.250.33318.8165.0540.39
HexAA248004F192113f4128
Octal252442000117314147710150
Binary101010101001001000000001001111110011000011001111111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2480; }

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

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

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

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

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

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

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

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