Shades of Medium Red Violet #A9367B
Tints of Medium Red Violet #A9367B
RGB
CMYK
RGB Variations
Color information
#A9367B (or 0xA9367B) is known color: Medium Red Violet. HEX triplet: A9, 36 and 7B. RGB value is (169,54,123). Sum of RGB (Red+Green+Blue) = 169+54+123=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9367B is #56C984. Grayscale: #606060. Windows color (decimal): -5687685 or 8074921. OLE color: 8074921.
HSL color Cylindrical-coordinate representation of color #A9367B: hue angle of 324º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9367B is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 54 | 123 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.34 |
| HSL | 324º | 0.52% | 0.44% | - |
| HSV(B) | 324º | 0.68% | 0.66% | - |
| XYZ | 21.26 | 12.5 | 20.03 | - |
| YUV | 96.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 123 | 0 | 0.68 | 0.27 | 0.34 | 324 | 0.52 | 0.44 |
| Hex | A9 | 36 | 7B | 0 | 44 | 1B | 22 | 144 | 34 | 2C |
| Octal | 251 | 66 | 173 | 0 | 104 | 33 | 42 | 504 | 64 | 54 |
| Binary | 10101001 | 110110 | 1111011 | 0 | 1000100 | 11011 | 100010 | 101000100 | 110100 | 101100 |
Color Harmonies of #A9367B
Complementary color
Monochromatic Colors of #A9367B
Black with #A9367B
Text Example
Text Example
White with #A9367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9367B; }
p { color: rgb(169,54,123); }
H1.HeaderClassName
{
color: #A9367B;
}
.AnyTagClassName
{
color: #A9367B;
}
</style>
background-color css
<style>
a { background-color: #A9367B; }
a { background-color: rgb(169,54,123); }
div.DivClassName
{
background-color: #A9367B;
}
.BgClassName
{
background-color: #A9367B;
}
</style>
border-color css
<style>
span { border-color: #A9367B; }
span { border-color: rgb(169,54,123); }
td.TdClassName
{
border-color: #A9367B;
}
.TagClassName
{
border-color: #A9367B;
}
</style>