#AA217F

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

Shades of Medium Red Violet #AA217F

Tints of Medium Red Violet #AA217F

Color information

#AA217F (or 0xAA217F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 7F. RGB value is (170,33,127). Sum of RGB (Red+Green+Blue) = 170+33+127=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217F is #55DE80. Grayscale: #545454. Windows color (decimal): -5627521 or 8331690. OLE color: 8331690.

HSL color Cylindrical-coordinate representation of color #AA217F: hue angle of 318.83º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA217F is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17033127-
CMYK00.810.250.33
HSL318.83º67.49%39.8%-
HSV(B)318.83º80.59%66.67%-
XYZ20.9511.1721.13-
YUV84.68151.89188.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 33 (13.28% from 255) = 10%
BLUE value IS 127 (50% from 255) = 38.48%
R=51.52%
G=10%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703312700.810.250.33318.8367.4939.8
HexAA217F051192113f4328
Octal252411770121314147710350
Binary10101010100001111111101010001110011000011001111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA217F; }

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

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

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

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

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

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

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

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