Shades of Medium Red Violet #AA2CA5
Tints of Medium Red Violet #AA2CA5
RGB
CMYK
RGB Variations
Color information
#AA2CA5 (or 0xAA2CA5) is known color: Medium Red Violet. HEX triplet: AA, 2C and A5. RGB value is (170,44,165). Sum of RGB (Red+Green+Blue) = 170+44+165=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CA5 is #55D35A. Grayscale: #5F5F5F. Windows color (decimal): -5624667 or 10824874. OLE color: 10824874.
HSL color Cylindrical-coordinate representation of color #AA2CA5: hue angle of 302.38º 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 #AA2CA5 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 165 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.33 |
| HSL | 302.38º | 0.59% | 0.42% | - |
| HSV(B) | 302.38º | 0.74% | 0.67% | - |
| XYZ | 24.27 | 13.06 | 36.84 | - |
| YUV | 95.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 165 | 0 | 0.74 | 0.03 | 0.33 | 302.38 | 0.59 | 0.42 |
| Hex | AA | 2C | A5 | 0 | 4A | 3 | 21 | 12E | 3B | 2A |
| Octal | 252 | 54 | 245 | 0 | 112 | 3 | 41 | 456 | 73 | 52 |
| Binary | 10101010 | 101100 | 10100101 | 0 | 1001010 | 11 | 100001 | 100101110 | 111011 | 101010 |
Color Harmonies of #AA2CA5
Complementary color
Monochromatic Colors of #AA2CA5
Black with #AA2CA5
Text Example
Text Example
White with #AA2CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CA5; }
p { color: rgb(170,44,165); }
H1.HeaderClassName
{
color: #AA2CA5;
}
.AnyTagClassName
{
color: #AA2CA5;
}
</style>
background-color css
<style>
a { background-color: #AA2CA5; }
a { background-color: rgb(170,44,165); }
div.DivClassName
{
background-color: #AA2CA5;
}
.BgClassName
{
background-color: #AA2CA5;
}
</style>
border-color css
<style>
span { border-color: #AA2CA5; }
span { border-color: rgb(170,44,165); }
td.TdClassName
{
border-color: #AA2CA5;
}
.TagClassName
{
border-color: #AA2CA5;
}
</style>