Shades of Medium Red Violet #A8307E
Tints of Medium Red Violet #A8307E
RGB
CMYK
RGB Variations
Color information
#A8307E (or 0xA8307E) is known color: Medium Red Violet. HEX triplet: A8, 30 and 7E. RGB value is (168,48,126). Sum of RGB (Red+Green+Blue) = 168+48+126=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8307E is #57CF81. Grayscale: #5C5C5C. Windows color (decimal): -5754754 or 8269992. OLE color: 8269992.
HSL color Cylindrical-coordinate representation of color #A8307E: hue angle of 321º 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 #A8307E is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 126 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.34 |
| HSL | 321º | 0.56% | 0.42% | - |
| HSV(B) | 321º | 0.71% | 0.66% | - |
| XYZ | 20.97 | 11.95 | 20.94 | - |
| YUV | 92.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 126 | 0 | 0.71 | 0.25 | 0.34 | 321 | 0.56 | 0.42 |
| Hex | A8 | 30 | 7E | 0 | 47 | 19 | 22 | 141 | 38 | 2A |
| Octal | 250 | 60 | 176 | 0 | 107 | 31 | 42 | 501 | 70 | 52 |
| Binary | 10101000 | 110000 | 1111110 | 0 | 1000111 | 11001 | 100010 | 101000001 | 111000 | 101010 |
Color Harmonies of #A8307E
Complementary color
Monochromatic Colors of #A8307E
Black with #A8307E
Text Example
Text Example
White with #A8307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8307E; }
p { color: rgb(168,48,126); }
H1.HeaderClassName
{
color: #A8307E;
}
.AnyTagClassName
{
color: #A8307E;
}
</style>
background-color css
<style>
a { background-color: #A8307E; }
a { background-color: rgb(168,48,126); }
div.DivClassName
{
background-color: #A8307E;
}
.BgClassName
{
background-color: #A8307E;
}
</style>
border-color css
<style>
span { border-color: #A8307E; }
span { border-color: rgb(168,48,126); }
td.TdClassName
{
border-color: #A8307E;
}
.TagClassName
{
border-color: #A8307E;
}
</style>