#AA2474

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

Shades of Medium Red Violet #AA2474

Tints of Medium Red Violet #AA2474

Color information

#AA2474 (or 0xAA2474) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 74. RGB value is (170,36,116). Sum of RGB (Red+Green+Blue) = 170+36+116=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2474 is #55DB8B. Grayscale: #555555. Windows color (decimal): -5626764 or 7611562. OLE color: 7611562.

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

Color convert

RGB17036116-
CMYK00.790.320.33
HSL324.18º65.05%40.39%-
HSV(B)324.18º78.82%66.67%-
XYZ20.3611.0717.59-
YUV85.19145.39188.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.80%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=52.80%
G=11.18%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703611600.790.320.33324.1865.0540.39
HexAA247404F20211444128
Octal252441640117404150410150
Binary101010101001001110100010011111000001000011010001001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2474; }

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

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

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

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

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

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

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

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