#aa2475

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

Shades of Medium Red Violet #AA2475

Tints of Medium Red Violet #AA2475

Color information

#AA2475 (or 0xAA2475) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 75. RGB value is (170,36,117). Sum of RGB (Red+Green+Blue) = 170+36+117=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2475 is #55DB8A. Grayscale: #555555. Windows color (decimal): -5626763 or 7677098. OLE color: 7677098.

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

Color convert

RGB17036117-
CMYK00.790.310.33
HSL323.73º65.05%40.39%-
HSV(B)323.73º78.82%66.67%-
XYZ20.4211.0917.89-
YUV85.3145.89188.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 36 (14.45% from 255) = 11.15%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=52.63%
G=11.15%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703611700.790.310.33323.7365.0540.39
HexAA247504F1F211444128
Octal252441650117374150410150
Binary10101010100100111010101001111111111000011010001001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2475; }

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

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

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

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

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

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

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

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