Shades of Medium Red Violet #A8308F
Tints of Medium Red Violet #A8308F
RGB
CMYK
RGB Variations
Color information
#A8308F (or 0xA8308F) is known color: Medium Red Violet. HEX triplet: A8, 30 and 8F. RGB value is (168,48,143). Sum of RGB (Red+Green+Blue) = 168+48+143=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8308F is #57CF70. Grayscale: #5E5E5E. Windows color (decimal): -5754737 or 9384104. OLE color: 9384104.
HSL color Cylindrical-coordinate representation of color #A8308F: hue angle of 312.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 #A8308F is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 143 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.34 |
| HSL | 312.5º | 0.56% | 0.42% | - |
| HSV(B) | 312.5º | 0.71% | 0.66% | - |
| XYZ | 22.16 | 12.42 | 27.22 | - |
| YUV | 94.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 143 | 0 | 0.71 | 0.15 | 0.34 | 312.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 8F | 0 | 47 | F | 22 | 138 | 38 | 2A |
| Octal | 250 | 60 | 217 | 0 | 107 | 17 | 42 | 470 | 70 | 52 |
| Binary | 10101000 | 110000 | 10001111 | 0 | 1000111 | 1111 | 100010 | 100111000 | 111000 | 101010 |
Color Harmonies of #A8308F
Complementary color
Monochromatic Colors of #A8308F
Black with #A8308F
Text Example
Text Example
White with #A8308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8308F; }
p { color: rgb(168,48,143); }
H1.HeaderClassName
{
color: #A8308F;
}
.AnyTagClassName
{
color: #A8308F;
}
</style>
background-color css
<style>
a { background-color: #A8308F; }
a { background-color: rgb(168,48,143); }
div.DivClassName
{
background-color: #A8308F;
}
.BgClassName
{
background-color: #A8308F;
}
</style>
border-color css
<style>
span { border-color: #A8308F; }
span { border-color: rgb(168,48,143); }
td.TdClassName
{
border-color: #A8308F;
}
.TagClassName
{
border-color: #A8308F;
}
</style>