Shades of Medium Red Violet #A8347F
Tints of Medium Red Violet #A8347F
RGB
CMYK
RGB Variations
Color information
#A8347F (or 0xA8347F) is known color: Medium Red Violet. HEX triplet: A8, 34 and 7F. RGB value is (168,52,127). Sum of RGB (Red+Green+Blue) = 168+52+127=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8347F is #57CB80. Grayscale: #5F5F5F. Windows color (decimal): -5753729 or 8336552. OLE color: 8336552.
HSL color Cylindrical-coordinate representation of color #A8347F: hue angle of 321.21º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8347F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 127 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.34 |
| HSL | 321.21º | 0.53% | 0.43% | - |
| HSV(B) | 321.21º | 0.69% | 0.66% | - |
| XYZ | 21.21 | 12.31 | 21.34 | - |
| YUV | 95.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 127 | 0 | 0.69 | 0.24 | 0.34 | 321.21 | 0.53 | 0.43 |
| Hex | A8 | 34 | 7F | 0 | 45 | 18 | 22 | 141 | 35 | 2B |
| Octal | 250 | 64 | 177 | 0 | 105 | 30 | 42 | 501 | 65 | 53 |
| Binary | 10101000 | 110100 | 1111111 | 0 | 1000101 | 11000 | 100010 | 101000001 | 110101 | 101011 |
Color Harmonies of #A8347F
Complementary color
Monochromatic Colors of #A8347F
Black with #A8347F
Text Example
Text Example
White with #A8347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8347F; }
p { color: rgb(168,52,127); }
H1.HeaderClassName
{
color: #A8347F;
}
.AnyTagClassName
{
color: #A8347F;
}
</style>
background-color css
<style>
a { background-color: #A8347F; }
a { background-color: rgb(168,52,127); }
div.DivClassName
{
background-color: #A8347F;
}
.BgClassName
{
background-color: #A8347F;
}
</style>
border-color css
<style>
span { border-color: #A8347F; }
span { border-color: rgb(168,52,127); }
td.TdClassName
{
border-color: #A8347F;
}
.TagClassName
{
border-color: #A8347F;
}
</style>