Shades of Medium Red Violet #A92B8D
Tints of Medium Red Violet #A92B8D
RGB
CMYK
RGB Variations
Color information
#A92B8D (or 0xA92B8D) is known color: Medium Red Violet. HEX triplet: A9, 2B and 8D. RGB value is (169,43,141). Sum of RGB (Red+Green+Blue) = 169+43+141=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92B8D is #56D472. Grayscale: #5B5B5B. Windows color (decimal): -5690483 or 9251753. OLE color: 9251753.
HSL color Cylindrical-coordinate representation of color #A92B8D: hue angle of 313.33º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92B8D is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 141 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.34 |
| HSL | 313.33º | 0.59% | 0.42% | - |
| HSV(B) | 313.33º | 0.75% | 0.66% | - |
| XYZ | 22.03 | 12.09 | 26.37 | - |
| YUV | 91.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 141 | 0 | 0.75 | 0.17 | 0.34 | 313.33 | 0.59 | 0.42 |
| Hex | A9 | 2B | 8D | 0 | 4B | 11 | 22 | 139 | 3B | 2A |
| Octal | 251 | 53 | 215 | 0 | 113 | 21 | 42 | 471 | 73 | 52 |
| Binary | 10101001 | 101011 | 10001101 | 0 | 1001011 | 10001 | 100010 | 100111001 | 111011 | 101010 |
Color Harmonies of #A92B8D
Complementary color
Monochromatic Colors of #A92B8D
Black with #A92B8D
Text Example
Text Example
White with #A92B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B8D; }
p { color: rgb(169,43,141); }
H1.HeaderClassName
{
color: #A92B8D;
}
.AnyTagClassName
{
color: #A92B8D;
}
</style>
background-color css
<style>
a { background-color: #A92B8D; }
a { background-color: rgb(169,43,141); }
div.DivClassName
{
background-color: #A92B8D;
}
.BgClassName
{
background-color: #A92B8D;
}
</style>
border-color css
<style>
span { border-color: #A92B8D; }
span { border-color: rgb(169,43,141); }
td.TdClassName
{
border-color: #A92B8D;
}
.TagClassName
{
border-color: #A92B8D;
}
</style>