Shades of Medium Red Violet #A9307E
Tints of Medium Red Violet #A9307E
RGB
CMYK
RGB Variations
Color information
#A9307E (or 0xA9307E) is known color: Medium Red Violet. HEX triplet: A9, 30 and 7E. RGB value is (169,48,126). Sum of RGB (Red+Green+Blue) = 169+48+126=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9307E is #56CF81. Grayscale: #5C5C5C. Windows color (decimal): -5689218 or 8269993. OLE color: 8269993.
HSL color Cylindrical-coordinate representation of color #A9307E: hue angle of 321.32º 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 #A9307E is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 126 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.34 |
| HSL | 321.32º | 0.56% | 0.43% | - |
| HSV(B) | 321.32º | 0.72% | 0.66% | - |
| XYZ | 21.19 | 12.06 | 20.95 | - |
| YUV | 93.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 126 | 0 | 0.72 | 0.25 | 0.34 | 321.32 | 0.56 | 0.43 |
| Hex | A9 | 30 | 7E | 0 | 48 | 19 | 22 | 141 | 38 | 2B |
| Octal | 251 | 60 | 176 | 0 | 110 | 31 | 42 | 501 | 70 | 53 |
| Binary | 10101001 | 110000 | 1111110 | 0 | 1001000 | 11001 | 100010 | 101000001 | 111000 | 101011 |
Color Harmonies of #A9307E
Complementary color
Monochromatic Colors of #A9307E
Black with #A9307E
Text Example
Text Example
White with #A9307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9307E; }
p { color: rgb(169,48,126); }
H1.HeaderClassName
{
color: #A9307E;
}
.AnyTagClassName
{
color: #A9307E;
}
</style>
background-color css
<style>
a { background-color: #A9307E; }
a { background-color: rgb(169,48,126); }
div.DivClassName
{
background-color: #A9307E;
}
.BgClassName
{
background-color: #A9307E;
}
</style>
border-color css
<style>
span { border-color: #A9307E; }
span { border-color: rgb(169,48,126); }
td.TdClassName
{
border-color: #A9307E;
}
.TagClassName
{
border-color: #A9307E;
}
</style>