Shades of Medium Violet Red #A90988
Tints of Medium Violet Red #A90988
RGB
CMYK
RGB Variations
Color information
#A90988 (or 0xA90988) is known color: Medium Violet Red. HEX triplet: A9, 09 and 88. RGB value is (169,9,136). Sum of RGB (Red+Green+Blue) = 169+9+136=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A90988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90988 is #56F677. Grayscale: #464646. Windows color (decimal): -5699192 or 8915369. OLE color: 8915369.
HSL color Cylindrical-coordinate representation of color #A90988: hue angle of 312.38º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90988 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 136 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.34 |
| HSL | 312.38º | 0.9% | 0.35% | - |
| HSV(B) | 312.38º | 0.95% | 0.66% | - |
| XYZ | 20.9 | 10.41 | 24.2 | - |
| YUV | 71.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 136 | 0 | 0.95 | 0.20 | 0.34 | 312.38 | 0.9 | 0.35 |
| Hex | A9 | 9 | 88 | 0 | 5F | 14 | 22 | 138 | 5A | 23 |
| Octal | 251 | 11 | 210 | 0 | 137 | 24 | 42 | 470 | 132 | 43 |
| Binary | 10101001 | 1001 | 10001000 | 0 | 1011111 | 10100 | 100010 | 100111000 | 1011010 | 100011 |
Color Harmonies of #A90988
Complementary color
Monochromatic Colors of #A90988
Black with #A90988
Text Example
Text Example
White with #A90988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90988; }
p { color: rgb(169,9,136); }
H1.HeaderClassName
{
color: #A90988;
}
.AnyTagClassName
{
color: #A90988;
}
</style>
background-color css
<style>
a { background-color: #A90988; }
a { background-color: rgb(169,9,136); }
div.DivClassName
{
background-color: #A90988;
}
.BgClassName
{
background-color: #A90988;
}
</style>
border-color css
<style>
span { border-color: #A90988; }
span { border-color: rgb(169,9,136); }
td.TdClassName
{
border-color: #A90988;
}
.TagClassName
{
border-color: #A90988;
}
</style>