#AA247F

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

Shades of Medium Red Violet #AA247F

Tints of Medium Red Violet #AA247F

Color information

#AA247F (or 0xAA247F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 7F. RGB value is (170,36,127). Sum of RGB (Red+Green+Blue) = 170+36+127=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA247F is #55DB80. Grayscale: #565656. Windows color (decimal): -5626753 or 8332458. OLE color: 8332458.

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

Color convert

RGB17036127-
CMYK00.790.250.33
HSL319.25º65.05%40.39%-
HSV(B)319.25º78.82%66.67%-
XYZ21.0411.3421.16-
YUV86.44150.89187.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 127 (50% from 255) = 38.14%
R=51.05%
G=10.81%
B=38.14%

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
Decimal1703612700.790.250.33319.2565.0540.39
HexAA247F04F192113f4128
Octal252441770117314147710150
Binary10101010100100111111101001111110011000011001111111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA247F; }

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

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

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

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

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

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

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

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