#AA217E

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

Shades of Medium Red Violet #AA217E

Tints of Medium Red Violet #AA217E

Color information

#AA217E (or 0xAA217E) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 7E. RGB value is (170,33,126). Sum of RGB (Red+Green+Blue) = 170+33+126=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217E is #55DE81. Grayscale: #545454. Windows color (decimal): -5627522 or 8266154. OLE color: 8266154.

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

Color convert

RGB17033126-
CMYK00.810.260.33
HSL319.27º67.49%39.8%-
HSV(B)319.27º80.59%66.67%-
XYZ20.8911.1420.79-
YUV84.56151.39188.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=51.67%
G=10.03%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703312600.810.260.33319.2767.4939.8
HexAA217E0511A2113f4328
Octal252411760121324147710350
Binary10101010100001111111001010001110101000011001111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA217E; }

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

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

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

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

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

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

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

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