Shades of Medium Red Violet #A8309F
Tints of Medium Red Violet #A8309F
RGB
CMYK
RGB Variations
Color information
#A8309F (or 0xA8309F) is known color: Medium Red Violet. HEX triplet: A8, 30 and 9F. RGB value is (168,48,159). Sum of RGB (Red+Green+Blue) = 168+48+159=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8309F is #57CF60. Grayscale: #606060. Windows color (decimal): -5754721 or 10432680. OLE color: 10432680.
HSL color Cylindrical-coordinate representation of color #A8309F: hue angle of 304.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 #A8309F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 159 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.34 |
| HSL | 304.5º | 0.56% | 0.42% | - |
| HSV(B) | 304.5º | 0.71% | 0.66% | - |
| XYZ | 23.46 | 12.94 | 34.06 | - |
| YUV | 96.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 159 | 0 | 0.71 | 0.05 | 0.34 | 304.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 9F | 0 | 47 | 5 | 22 | 130 | 38 | 2A |
| Octal | 250 | 60 | 237 | 0 | 107 | 5 | 42 | 460 | 70 | 52 |
| Binary | 10101000 | 110000 | 10011111 | 0 | 1000111 | 101 | 100010 | 100110000 | 111000 | 101010 |
Color Harmonies of #A8309F
Complementary color
Monochromatic Colors of #A8309F
Black with #A8309F
Text Example
Text Example
White with #A8309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8309F; }
p { color: rgb(168,48,159); }
H1.HeaderClassName
{
color: #A8309F;
}
.AnyTagClassName
{
color: #A8309F;
}
</style>
background-color css
<style>
a { background-color: #A8309F; }
a { background-color: rgb(168,48,159); }
div.DivClassName
{
background-color: #A8309F;
}
.BgClassName
{
background-color: #A8309F;
}
</style>
border-color css
<style>
span { border-color: #A8309F; }
span { border-color: rgb(168,48,159); }
td.TdClassName
{
border-color: #A8309F;
}
.TagClassName
{
border-color: #A8309F;
}
</style>