Shades of Medium Red Violet #A83092
Tints of Medium Red Violet #A83092
RGB
CMYK
RGB Variations
Color information
#A83092 (or 0xA83092) is known color: Medium Red Violet. HEX triplet: A8, 30 and 92. RGB value is (168,48,146). Sum of RGB (Red+Green+Blue) = 168+48+146=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A83092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83092 is #57CF6D. Grayscale: #5E5E5E. Windows color (decimal): -5754734 or 9580712. OLE color: 9580712.
HSL color Cylindrical-coordinate representation of color #A83092: hue angle of 311º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83092 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 146 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.34 |
| HSL | 311º | 0.56% | 0.42% | - |
| HSV(B) | 311º | 0.71% | 0.66% | - |
| XYZ | 22.39 | 12.51 | 28.43 | - |
| YUV | 95.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 146 | 0 | 0.71 | 0.13 | 0.34 | 311 | 0.56 | 0.42 |
| Hex | A8 | 30 | 92 | 0 | 47 | D | 22 | 137 | 38 | 2A |
| Octal | 250 | 60 | 222 | 0 | 107 | 15 | 42 | 467 | 70 | 52 |
| Binary | 10101000 | 110000 | 10010010 | 0 | 1000111 | 1101 | 100010 | 100110111 | 111000 | 101010 |
Color Harmonies of #A83092
Complementary color
Monochromatic Colors of #A83092
Black with #A83092
Text Example
Text Example
White with #A83092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83092; }
p { color: rgb(168,48,146); }
H1.HeaderClassName
{
color: #A83092;
}
.AnyTagClassName
{
color: #A83092;
}
</style>
background-color css
<style>
a { background-color: #A83092; }
a { background-color: rgb(168,48,146); }
div.DivClassName
{
background-color: #A83092;
}
.BgClassName
{
background-color: #A83092;
}
</style>
border-color css
<style>
span { border-color: #A83092; }
span { border-color: rgb(168,48,146); }
td.TdClassName
{
border-color: #A83092;
}
.TagClassName
{
border-color: #A83092;
}
</style>