#AA217A

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

Shades of Medium Red Violet #AA217A

Tints of Medium Red Violet #AA217A

Color information

#AA217A (or 0xAA217A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 7A. RGB value is (170,33,122). Sum of RGB (Red+Green+Blue) = 170+33+122=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217A is #55DE85. Grayscale: #535353. Windows color (decimal): -5627526 or 8004010. OLE color: 8004010.

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

Color convert

RGB17033122-
CMYK00.810.280.33
HSL321.02º67.49%39.8%-
HSV(B)321.02º80.59%66.67%-
XYZ20.6311.0419.46-
YUV84.11149.39189.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=52.31%
G=10.15%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703312200.810.280.33321.0267.4939.8
HexAA217A0511C211414328
Octal252411720121344150110350
Binary10101010100001111101001010001111001000011010000011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA217A; }

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

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

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

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

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

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

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

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