Shades of Medium Red Violet #A92681
Tints of Medium Red Violet #A92681
RGB
CMYK
RGB Variations
Color information
#A92681 (or 0xA92681) is known color: Medium Red Violet. HEX triplet: A9, 26 and 81. RGB value is (169,38,129). Sum of RGB (Red+Green+Blue) = 169+38+129=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A92681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92681 is #56D97E. Grayscale: #575757. Windows color (decimal): -5691775 or 8464041. OLE color: 8464041.
HSL color Cylindrical-coordinate representation of color #A92681: hue angle of 318.32º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92681 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 38 | 129 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.34 |
| HSL | 318.32º | 0.63% | 0.41% | - |
| HSV(B) | 318.32º | 0.78% | 0.66% | - |
| XYZ | 21.02 | 11.41 | 21.86 | - |
| YUV | 87.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 129 | 0 | 0.78 | 0.24 | 0.34 | 318.32 | 0.63 | 0.41 |
| Hex | A9 | 26 | 81 | 0 | 4E | 18 | 22 | 13E | 3F | 29 |
| Octal | 251 | 46 | 201 | 0 | 116 | 30 | 42 | 476 | 77 | 51 |
| Binary | 10101001 | 100110 | 10000001 | 0 | 1001110 | 11000 | 100010 | 100111110 | 111111 | 101001 |
Color Harmonies of #A92681
Complementary color
Monochromatic Colors of #A92681
Black with #A92681
Text Example
Text Example
White with #A92681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92681; }
p { color: rgb(169,38,129); }
H1.HeaderClassName
{
color: #A92681;
}
.AnyTagClassName
{
color: #A92681;
}
</style>
background-color css
<style>
a { background-color: #A92681; }
a { background-color: rgb(169,38,129); }
div.DivClassName
{
background-color: #A92681;
}
.BgClassName
{
background-color: #A92681;
}
</style>
border-color css
<style>
span { border-color: #A92681; }
span { border-color: rgb(169,38,129); }
td.TdClassName
{
border-color: #A92681;
}
.TagClassName
{
border-color: #A92681;
}
</style>