Shades of Medium Red Violet #AA2BA4
Tints of Medium Red Violet #AA2BA4
RGB
CMYK
RGB Variations
Color information
#AA2BA4 (or 0xAA2BA4) is known color: Medium Red Violet. HEX triplet: AA, 2B and A4. RGB value is (170,43,164). Sum of RGB (Red+Green+Blue) = 170+43+164=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2BA4 is #55D45B. Grayscale: #5E5E5E. Windows color (decimal): -5624924 or 10759082. OLE color: 10759082.
HSL color Cylindrical-coordinate representation of color #AA2BA4: hue angle of 302.83º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2BA4 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 43 | 164 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.33 |
| HSL | 302.83º | 0.6% | 0.42% | - |
| HSV(B) | 302.83º | 0.75% | 0.67% | - |
| XYZ | 24.14 | 12.95 | 36.35 | - |
| YUV | 94.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 164 | 0 | 0.75 | 0.04 | 0.33 | 302.83 | 0.6 | 0.42 |
| Hex | AA | 2B | A4 | 0 | 4B | 4 | 21 | 12F | 3C | 2A |
| Octal | 252 | 53 | 244 | 0 | 113 | 4 | 41 | 457 | 74 | 52 |
| Binary | 10101010 | 101011 | 10100100 | 0 | 1001011 | 100 | 100001 | 100101111 | 111100 | 101010 |
Color Harmonies of #AA2BA4
Complementary color
Monochromatic Colors of #AA2BA4
Black with #AA2BA4
Text Example
Text Example
White with #AA2BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BA4; }
p { color: rgb(170,43,164); }
H1.HeaderClassName
{
color: #AA2BA4;
}
.AnyTagClassName
{
color: #AA2BA4;
}
</style>
background-color css
<style>
a { background-color: #AA2BA4; }
a { background-color: rgb(170,43,164); }
div.DivClassName
{
background-color: #AA2BA4;
}
.BgClassName
{
background-color: #AA2BA4;
}
</style>
border-color css
<style>
span { border-color: #AA2BA4; }
span { border-color: rgb(170,43,164); }
td.TdClassName
{
border-color: #AA2BA4;
}
.TagClassName
{
border-color: #AA2BA4;
}
</style>