Shades of Medium Violet Red #AA088A
Tints of Medium Violet Red #AA088A
RGB
CMYK
RGB Variations
Color information
#AA088A (or 0xAA088A) is known color: Medium Violet Red. HEX triplet: AA, 08 and 8A. RGB value is (170,8,138). Sum of RGB (Red+Green+Blue) = 170+8+138=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA088A is #55F775. Grayscale: #464646. Windows color (decimal): -5633910 or 9046186. OLE color: 9046186.
HSL color Cylindrical-coordinate representation of color #AA088A: hue angle of 311.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA088A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 138 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.33 |
| HSL | 311.85º | 0.91% | 0.35% | - |
| HSV(B) | 311.85º | 0.95% | 0.67% | - |
| XYZ | 21.25 | 10.55 | 24.96 | - |
| YUV | 71.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 138 | 0 | 0.95 | 0.19 | 0.33 | 311.85 | 0.91 | 0.35 |
| Hex | AA | 8 | 8A | 0 | 5F | 13 | 21 | 138 | 5B | 23 |
| Octal | 252 | 10 | 212 | 0 | 137 | 23 | 41 | 470 | 133 | 43 |
| Binary | 10101010 | 1000 | 10001010 | 0 | 1011111 | 10011 | 100001 | 100111000 | 1011011 | 100011 |
Color Harmonies of #AA088A
Complementary color
Monochromatic Colors of #AA088A
Black with #AA088A
Text Example
Text Example
White with #AA088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA088A; }
p { color: rgb(170,8,138); }
H1.HeaderClassName
{
color: #AA088A;
}
.AnyTagClassName
{
color: #AA088A;
}
</style>
background-color css
<style>
a { background-color: #AA088A; }
a { background-color: rgb(170,8,138); }
div.DivClassName
{
background-color: #AA088A;
}
.BgClassName
{
background-color: #AA088A;
}
</style>
border-color css
<style>
span { border-color: #AA088A; }
span { border-color: rgb(170,8,138); }
td.TdClassName
{
border-color: #AA088A;
}
.TagClassName
{
border-color: #AA088A;
}
</style>