Shades of Medium Red Violet #A8309A
Tints of Medium Red Violet #A8309A
RGB
CMYK
RGB Variations
Color information
#A8309A (or 0xA8309A) is known color: Medium Red Violet. HEX triplet: A8, 30 and 9A. RGB value is (168,48,154). Sum of RGB (Red+Green+Blue) = 168+48+154=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8309A is #57CF65. Grayscale: #5F5F5F. Windows color (decimal): -5754726 or 10105000. OLE color: 10105000.
HSL color Cylindrical-coordinate representation of color #A8309A: hue angle of 307º 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 #A8309A is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 154 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.34 |
| HSL | 307º | 0.56% | 0.42% | - |
| HSV(B) | 307º | 0.71% | 0.66% | - |
| XYZ | 23.04 | 12.77 | 31.82 | - |
| YUV | 95.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 154 | 0 | 0.71 | 0.08 | 0.34 | 307 | 0.56 | 0.42 |
| Hex | A8 | 30 | 9A | 0 | 47 | 8 | 22 | 133 | 38 | 2A |
| Octal | 250 | 60 | 232 | 0 | 107 | 10 | 42 | 463 | 70 | 52 |
| Binary | 10101000 | 110000 | 10011010 | 0 | 1000111 | 1000 | 100010 | 100110011 | 111000 | 101010 |
Color Harmonies of #A8309A
Complementary color
Monochromatic Colors of #A8309A
Black with #A8309A
Text Example
Text Example
White with #A8309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8309A; }
p { color: rgb(168,48,154); }
H1.HeaderClassName
{
color: #A8309A;
}
.AnyTagClassName
{
color: #A8309A;
}
</style>
background-color css
<style>
a { background-color: #A8309A; }
a { background-color: rgb(168,48,154); }
div.DivClassName
{
background-color: #A8309A;
}
.BgClassName
{
background-color: #A8309A;
}
</style>
border-color css
<style>
span { border-color: #A8309A; }
span { border-color: rgb(168,48,154); }
td.TdClassName
{
border-color: #A8309A;
}
.TagClassName
{
border-color: #A8309A;
}
</style>