Shades of Medium Red Violet #A8309B
Tints of Medium Red Violet #A8309B
RGB
CMYK
RGB Variations
Color information
#A8309B (or 0xA8309B) is known color: Medium Red Violet. HEX triplet: A8, 30 and 9B. RGB value is (168,48,155). Sum of RGB (Red+Green+Blue) = 168+48+155=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A8309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8309B is #57CF64. Grayscale: #5F5F5F. Windows color (decimal): -5754725 or 10170536. OLE color: 10170536.
HSL color Cylindrical-coordinate representation of color #A8309B: hue angle of 306.5º 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 #A8309B is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 155 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.34 |
| HSL | 306.5º | 0.56% | 0.42% | - |
| HSV(B) | 306.5º | 0.71% | 0.66% | - |
| XYZ | 23.12 | 12.81 | 32.26 | - |
| YUV | 96.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 155 | 0 | 0.71 | 0.08 | 0.34 | 306.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 9B | 0 | 47 | 8 | 22 | 132 | 38 | 2A |
| Octal | 250 | 60 | 233 | 0 | 107 | 10 | 42 | 462 | 70 | 52 |
| Binary | 10101000 | 110000 | 10011011 | 0 | 1000111 | 1000 | 100010 | 100110010 | 111000 | 101010 |
Color Harmonies of #A8309B
Complementary color
Monochromatic Colors of #A8309B
Black with #A8309B
Text Example
Text Example
White with #A8309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8309B; }
p { color: rgb(168,48,155); }
H1.HeaderClassName
{
color: #A8309B;
}
.AnyTagClassName
{
color: #A8309B;
}
</style>
background-color css
<style>
a { background-color: #A8309B; }
a { background-color: rgb(168,48,155); }
div.DivClassName
{
background-color: #A8309B;
}
.BgClassName
{
background-color: #A8309B;
}
</style>
border-color css
<style>
span { border-color: #A8309B; }
span { border-color: rgb(168,48,155); }
td.TdClassName
{
border-color: #A8309B;
}
.TagClassName
{
border-color: #A8309B;
}
</style>