Shades of Medium Red Violet #AA2BA5
Tints of Medium Red Violet #AA2BA5
RGB
CMYK
RGB Variations
Color information
#AA2BA5 (or 0xAA2BA5) is known color: Medium Red Violet. HEX triplet: AA, 2B and A5. RGB value is (170,43,165). Sum of RGB (Red+Green+Blue) = 170+43+165=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2BA5 is #55D45A. Grayscale: #5E5E5E. Windows color (decimal): -5624923 or 10824618. OLE color: 10824618.
HSL color Cylindrical-coordinate representation of color #AA2BA5: hue angle of 302.36º 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 #AA2BA5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 43 | 165 | - |
CMYK | 0 | 0.75 | 0.03 | 0.33 |
HSL | 302.36º | 0.6% | 0.42% | - |
HSV(B) | 302.36º | 0.75% | 0.67% | - |
XYZ | 24.23 | 12.99 | 36.83 | - |
YUV | 94.88 | 167.58 | 181.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 43 | 165 | 0 | 0.75 | 0.03 | 0.33 | 302.36 | 0.6 | 0.42 |
Hex | AA | 2B | A5 | 0 | 4B | 3 | 21 | 12E | 3C | 2A |
Octal | 252 | 53 | 245 | 0 | 113 | 3 | 41 | 456 | 74 | 52 |
Binary | 10101010 | 101011 | 10100101 | 0 | 1001011 | 11 | 100001 | 100101110 | 111100 | 101010 |
Color Harmonies of #AA2BA5
Complementary color
Monochromatic Colors of #AA2BA5
Black with #AA2BA5
Text Example
Text Example
White with #AA2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BA5; }
p { color: rgb(170,43,165); }
H1.HeaderClassName
{
color: #AA2BA5;
}
.AnyTagClassName
{
color: #AA2BA5;
}
</style>
background-color css
<style>
a { background-color: #AA2BA5; }
a { background-color: rgb(170,43,165); }
div.DivClassName
{
background-color: #AA2BA5;
}
.BgClassName
{
background-color: #AA2BA5;
}
</style>
border-color css
<style>
span { border-color: #AA2BA5; }
span { border-color: rgb(170,43,165); }
td.TdClassName
{
border-color: #AA2BA5;
}
.TagClassName
{
border-color: #AA2BA5;
}
</style>