Shades of Medium Red Violet #A8367F
Tints of Medium Red Violet #A8367F
RGB
CMYK
RGB Variations
Color information
#A8367F (or 0xA8367F) is known color: Medium Red Violet. HEX triplet: A8, 36 and 7F. RGB value is (168,54,127). Sum of RGB (Red+Green+Blue) = 168+54+127=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8367F is #57C980. Grayscale: #606060. Windows color (decimal): -5753217 or 8337064. OLE color: 8337064.
HSL color Cylindrical-coordinate representation of color #A8367F: hue angle of 321.58º degrees, saturation: 0.51, 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 #A8367F is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 127 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.34 |
| HSL | 321.58º | 0.51% | 0.44% | - |
| HSV(B) | 321.58º | 0.68% | 0.66% | - |
| XYZ | 21.3 | 12.5 | 21.37 | - |
| YUV | 96.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 127 | 0 | 0.68 | 0.24 | 0.34 | 321.58 | 0.51 | 0.44 |
| Hex | A8 | 36 | 7F | 0 | 44 | 18 | 22 | 142 | 33 | 2C |
| Octal | 250 | 66 | 177 | 0 | 104 | 30 | 42 | 502 | 63 | 54 |
| Binary | 10101000 | 110110 | 1111111 | 0 | 1000100 | 11000 | 100010 | 101000010 | 110011 | 101100 |
Color Harmonies of #A8367F
Complementary color
Monochromatic Colors of #A8367F
Black with #A8367F
Text Example
Text Example
White with #A8367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8367F; }
p { color: rgb(168,54,127); }
H1.HeaderClassName
{
color: #A8367F;
}
.AnyTagClassName
{
color: #A8367F;
}
</style>
background-color css
<style>
a { background-color: #A8367F; }
a { background-color: rgb(168,54,127); }
div.DivClassName
{
background-color: #A8367F;
}
.BgClassName
{
background-color: #A8367F;
}
</style>
border-color css
<style>
span { border-color: #A8367F; }
span { border-color: rgb(168,54,127); }
td.TdClassName
{
border-color: #A8367F;
}
.TagClassName
{
border-color: #A8367F;
}
</style>