Shades of Medium Red Violet #A92A98
Tints of Medium Red Violet #A92A98
RGB
CMYK
RGB Variations
Color information
#A92A98 (or 0xA92A98) is known color: Medium Red Violet. HEX triplet: A9, 2A and 98. RGB value is (169,42,152). Sum of RGB (Red+Green+Blue) = 169+42+152=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92A98 is #56D567. Grayscale: #5C5C5C. Windows color (decimal): -5690728 or 9972393. OLE color: 9972393.
HSL color Cylindrical-coordinate representation of color #A92A98: hue angle of 308.03º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A98 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 152 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.34 |
| HSL | 308.03º | 0.6% | 0.41% | - |
| HSV(B) | 308.03º | 0.75% | 0.66% | - |
| XYZ | 22.86 | 12.36 | 30.89 | - |
| YUV | 92.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 152 | 0 | 0.75 | 0.10 | 0.34 | 308.03 | 0.6 | 0.41 |
| Hex | A9 | 2A | 98 | 0 | 4B | A | 22 | 134 | 3C | 29 |
| Octal | 251 | 52 | 230 | 0 | 113 | 12 | 42 | 464 | 74 | 51 |
| Binary | 10101001 | 101010 | 10011000 | 0 | 1001011 | 1010 | 100010 | 100110100 | 111100 | 101001 |
Color Harmonies of #A92A98
Complementary color
Monochromatic Colors of #A92A98
Black with #A92A98
Text Example
Text Example
White with #A92A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A98; }
p { color: rgb(169,42,152); }
H1.HeaderClassName
{
color: #A92A98;
}
.AnyTagClassName
{
color: #A92A98;
}
</style>
background-color css
<style>
a { background-color: #A92A98; }
a { background-color: rgb(169,42,152); }
div.DivClassName
{
background-color: #A92A98;
}
.BgClassName
{
background-color: #A92A98;
}
</style>
border-color css
<style>
span { border-color: #A92A98; }
span { border-color: rgb(169,42,152); }
td.TdClassName
{
border-color: #A92A98;
}
.TagClassName
{
border-color: #A92A98;
}
</style>