Shades of Medium Red Violet #A92BA6
Tints of Medium Red Violet #A92BA6
RGB
CMYK
RGB Variations
Color information
#A92BA6 (or 0xA92BA6) is known color: Medium Red Violet. HEX triplet: A9, 2B and A6. RGB value is (169,43,166). Sum of RGB (Red+Green+Blue) = 169+43+166=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A92BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92BA6 is #56D459. Grayscale: #5E5E5E. Windows color (decimal): -5690458 or 10890153. OLE color: 10890153.
HSL color Cylindrical-coordinate representation of color #A92BA6: hue angle of 301.43º 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 #A92BA6 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 166 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.34 |
| HSL | 301.43º | 0.59% | 0.42% | - |
| HSV(B) | 301.43º | 0.75% | 0.66% | - |
| XYZ | 24.11 | 12.92 | 37.3 | - |
| YUV | 94.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 166 | 0 | 0.75 | 0.02 | 0.34 | 301.43 | 0.59 | 0.42 |
| Hex | A9 | 2B | A6 | 0 | 4B | 2 | 22 | 12D | 3B | 2A |
| Octal | 251 | 53 | 246 | 0 | 113 | 2 | 42 | 455 | 73 | 52 |
| Binary | 10101001 | 101011 | 10100110 | 0 | 1001011 | 10 | 100010 | 100101101 | 111011 | 101010 |
Color Harmonies of #A92BA6
Complementary color
Monochromatic Colors of #A92BA6
Black with #A92BA6
Text Example
Text Example
White with #A92BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BA6; }
p { color: rgb(169,43,166); }
H1.HeaderClassName
{
color: #A92BA6;
}
.AnyTagClassName
{
color: #A92BA6;
}
</style>
background-color css
<style>
a { background-color: #A92BA6; }
a { background-color: rgb(169,43,166); }
div.DivClassName
{
background-color: #A92BA6;
}
.BgClassName
{
background-color: #A92BA6;
}
</style>
border-color css
<style>
span { border-color: #A92BA6; }
span { border-color: rgb(169,43,166); }
td.TdClassName
{
border-color: #A92BA6;
}
.TagClassName
{
border-color: #A92BA6;
}
</style>