#aa218c

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

Shades of Medium Red Violet #AA218C

Tints of Medium Red Violet #AA218C

Color information

#AA218C (or 0xAA218C) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 8C. RGB value is (170,33,140). Sum of RGB (Red+Green+Blue) = 170+33+140=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA218C is #55DE73. Grayscale: #555555. Windows color (decimal): -5627508 or 9183658. OLE color: 9183658.

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

Color convert

RGB17033140-
CMYK00.810.180.33
HSL313.14º67.49%39.8%-
HSV(B)313.14º80.59%66.67%-
XYZ21.8611.5325.88-
YUV86.16158.39187.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 33 (13.28% from 255) = 9.62%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=49.56%
G=9.62%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703314000.810.180.33313.1467.4939.8
HexAA218C05112211394328
Octal252412140121224147110350
Binary101010101000011000110001010001100101000011001110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa218c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa218c; }

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

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

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

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

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

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

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

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