Shades of Medium Red Violet #A83088
Tints of Medium Red Violet #A83088
RGB
CMYK
RGB Variations
Color information
#A83088 (or 0xA83088) is known color: Medium Red Violet. HEX triplet: A8, 30 and 88. RGB value is (168,48,136). Sum of RGB (Red+Green+Blue) = 168+48+136=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A83088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83088 is #57CF77. Grayscale: #5D5D5D. Windows color (decimal): -5754744 or 8925352. OLE color: 8925352.
HSL color Cylindrical-coordinate representation of color #A83088: hue angle of 316º 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 #A83088 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 136 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.34 |
| HSL | 316º | 0.56% | 0.42% | - |
| HSV(B) | 316º | 0.71% | 0.66% | - |
| XYZ | 21.65 | 12.22 | 24.51 | - |
| YUV | 93.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 136 | 0 | 0.71 | 0.19 | 0.34 | 316 | 0.56 | 0.42 |
| Hex | A8 | 30 | 88 | 0 | 47 | 13 | 22 | 13C | 38 | 2A |
| Octal | 250 | 60 | 210 | 0 | 107 | 23 | 42 | 474 | 70 | 52 |
| Binary | 10101000 | 110000 | 10001000 | 0 | 1000111 | 10011 | 100010 | 100111100 | 111000 | 101010 |
Color Harmonies of #A83088
Complementary color
Monochromatic Colors of #A83088
Black with #A83088
Text Example
Text Example
White with #A83088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83088; }
p { color: rgb(168,48,136); }
H1.HeaderClassName
{
color: #A83088;
}
.AnyTagClassName
{
color: #A83088;
}
</style>
background-color css
<style>
a { background-color: #A83088; }
a { background-color: rgb(168,48,136); }
div.DivClassName
{
background-color: #A83088;
}
.BgClassName
{
background-color: #A83088;
}
</style>
border-color css
<style>
span { border-color: #A83088; }
span { border-color: rgb(168,48,136); }
td.TdClassName
{
border-color: #A83088;
}
.TagClassName
{
border-color: #A83088;
}
</style>