Shades of Medium Red Violet #A9308E
Tints of Medium Red Violet #A9308E
RGB
CMYK
RGB Variations
Color information
#A9308E (or 0xA9308E) is known color: Medium Red Violet. HEX triplet: A9, 30 and 8E. RGB value is (169,48,142). Sum of RGB (Red+Green+Blue) = 169+48+142=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9308E is #56CF71. Grayscale: #5E5E5E. Windows color (decimal): -5689202 or 9318569. OLE color: 9318569.
HSL color Cylindrical-coordinate representation of color #A9308E: hue angle of 313.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9308E is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 142 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.34 |
| HSL | 313.39º | 0.56% | 0.43% | - |
| HSV(B) | 313.39º | 0.72% | 0.66% | - |
| XYZ | 22.3 | 12.5 | 26.83 | - |
| YUV | 94.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 142 | 0 | 0.72 | 0.16 | 0.34 | 313.39 | 0.56 | 0.43 |
| Hex | A9 | 30 | 8E | 0 | 48 | 10 | 22 | 139 | 38 | 2B |
| Octal | 251 | 60 | 216 | 0 | 110 | 20 | 42 | 471 | 70 | 53 |
| Binary | 10101001 | 110000 | 10001110 | 0 | 1001000 | 10000 | 100010 | 100111001 | 111000 | 101011 |
Color Harmonies of #A9308E
Complementary color
Monochromatic Colors of #A9308E
Black with #A9308E
Text Example
Text Example
White with #A9308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9308E; }
p { color: rgb(169,48,142); }
H1.HeaderClassName
{
color: #A9308E;
}
.AnyTagClassName
{
color: #A9308E;
}
</style>
background-color css
<style>
a { background-color: #A9308E; }
a { background-color: rgb(169,48,142); }
div.DivClassName
{
background-color: #A9308E;
}
.BgClassName
{
background-color: #A9308E;
}
</style>
border-color css
<style>
span { border-color: #A9308E; }
span { border-color: rgb(169,48,142); }
td.TdClassName
{
border-color: #A9308E;
}
.TagClassName
{
border-color: #A9308E;
}
</style>