#AA2C8F

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

Shades of Medium Red Violet #AA2C8F

Tints of Medium Red Violet #AA2C8F

Color information

#AA2C8F (or 0xAA2C8F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2C and 8F. RGB value is (170,44,143). Sum of RGB (Red+Green+Blue) = 170+44+143=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2C8F is #55D370. Grayscale: #5C5C5C. Windows color (decimal): -5624689 or 9383082. OLE color: 9383082.

HSL color Cylindrical-coordinate representation of color #AA2C8F: hue angle of 312.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2C8F is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17044143-
CMYK00.740.160.33
HSL312.86º58.88%41.96%-
HSV(B)312.86º74.12%66.67%-
XYZ22.4412.3327.18-
YUV92.96156.24182.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 44 (17.58% from 255) = 12.32%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=47.62%
G=12.32%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704414300.740.160.33312.8658.8841.96
HexAA2C8F04A10211393b2a
Octal25254217011220414717352
Binary10101010101100100011110100101010000100001100111001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C8F; }

 p { color: rgb(170,44,143); }

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

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

 a { background-color: rgb(170,44,143); }

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

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

 span { border-color: rgb(170,44,143); }

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