#aa219f

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

Shades of Medium Red Violet #AA219F

Tints of Medium Red Violet #AA219F

Color information

#AA219F (or 0xAA219F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 9F. RGB value is (170,33,159). Sum of RGB (Red+Green+Blue) = 170+33+159=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA219F is #55DE60. Grayscale: #575757. Windows color (decimal): -5627489 or 10428842. OLE color: 10428842.

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

Color convert

RGB17033159-
CMYK00.810.060.33
HSL304.82º67.49%39.8%-
HSV(B)304.82º80.59%66.67%-
XYZ23.3812.1433.91-
YUV88.33167.89186.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 33 (13.28% from 255) = 9.12%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=46.96%
G=9.12%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703315900.810.060.33304.8267.4939.8
HexAA219F0516211314328
Octal25241237012164146110350
Binary1010101010000110011111010100011101000011001100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa219f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa219f; }

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

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

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

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

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

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

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

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