#AA2C8D

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

Shades of Medium Red Violet #AA2C8D

Tints of Medium Red Violet #AA2C8D

Color information

#AA2C8D (or 0xAA2C8D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2C and 8D. RGB value is (170,44,141). Sum of RGB (Red+Green+Blue) = 170+44+141=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2C8D is #55D372. Grayscale: #5C5C5C. Windows color (decimal): -5624691 or 9252010. OLE color: 9252010.

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

Color convert

RGB17044141-
CMYK00.740.170.33
HSL313.81º58.88%41.96%-
HSV(B)313.81º74.12%66.67%-
XYZ22.2912.2726.39-
YUV92.73155.24183.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=47.89%
G=12.39%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704414100.740.170.33313.8158.8841.96
HexAA2C8D04A112113a3b2a
Octal25254215011221414727352
Binary10101010101100100011010100101010001100001100111010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2C8D; }

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

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

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

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

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

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

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

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