Shades of Medium Violet Red #AA0F8B
Tints of Medium Violet Red #AA0F8B
RGB
CMYK
RGB Variations
Color information
#AA0F8B (or 0xAA0F8B) is known color: Medium Violet Red. HEX triplet: AA, 0F and 8B. RGB value is (170,15,139). Sum of RGB (Red+Green+Blue) = 170+15+139=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F8B is #55F074. Grayscale: #4B4B4B. Windows color (decimal): -5632117 or 9113514. OLE color: 9113514.
HSL color Cylindrical-coordinate representation of color #AA0F8B: hue angle of 312º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F8B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 139 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.33 |
| HSL | 312º | 0.84% | 0.36% | - |
| HSV(B) | 312º | 0.91% | 0.67% | - |
| XYZ | 21.41 | 10.75 | 25.37 | - |
| YUV | 75.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 139 | 0 | 0.91 | 0.18 | 0.33 | 312 | 0.84 | 0.36 |
| Hex | AA | F | 8B | 0 | 5B | 12 | 21 | 138 | 54 | 24 |
| Octal | 252 | 17 | 213 | 0 | 133 | 22 | 41 | 470 | 124 | 44 |
| Binary | 10101010 | 1111 | 10001011 | 0 | 1011011 | 10010 | 100001 | 100111000 | 1010100 | 100100 |
Color Harmonies of #AA0F8B
Complementary color
Monochromatic Colors of #AA0F8B
Black with #AA0F8B
Text Example
Text Example
White with #AA0F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F8B; }
p { color: rgb(170,15,139); }
H1.HeaderClassName
{
color: #AA0F8B;
}
.AnyTagClassName
{
color: #AA0F8B;
}
</style>
background-color css
<style>
a { background-color: #AA0F8B; }
a { background-color: rgb(170,15,139); }
div.DivClassName
{
background-color: #AA0F8B;
}
.BgClassName
{
background-color: #AA0F8B;
}
</style>
border-color css
<style>
span { border-color: #AA0F8B; }
span { border-color: rgb(170,15,139); }
td.TdClassName
{
border-color: #AA0F8B;
}
.TagClassName
{
border-color: #AA0F8B;
}
</style>