Shades of Medium Red Violet #A8359F
Tints of Medium Red Violet #A8359F
RGB
CMYK
RGB Variations
Color information
#A8359F (or 0xA8359F) is known color: Medium Red Violet. HEX triplet: A8, 35 and 9F. RGB value is (168,53,159). Sum of RGB (Red+Green+Blue) = 168+53+159=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8359F is #57CA60. Grayscale: #636363. Windows color (decimal): -5753441 or 10433960. OLE color: 10433960.
HSL color Cylindrical-coordinate representation of color #A8359F: hue angle of 304.7º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8359F is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 159 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.34 |
| HSL | 304.7º | 0.52% | 0.43% | - |
| HSV(B) | 304.7º | 0.68% | 0.66% | - |
| XYZ | 23.68 | 13.37 | 34.13 | - |
| YUV | 99.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 159 | 0 | 0.68 | 0.05 | 0.34 | 304.7 | 0.52 | 0.43 |
| Hex | A8 | 35 | 9F | 0 | 44 | 5 | 22 | 131 | 34 | 2B |
| Octal | 250 | 65 | 237 | 0 | 104 | 5 | 42 | 461 | 64 | 53 |
| Binary | 10101000 | 110101 | 10011111 | 0 | 1000100 | 101 | 100010 | 100110001 | 110100 | 101011 |
Color Harmonies of #A8359F
Complementary color
Monochromatic Colors of #A8359F
Black with #A8359F
Text Example
Text Example
White with #A8359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8359F; }
p { color: rgb(168,53,159); }
H1.HeaderClassName
{
color: #A8359F;
}
.AnyTagClassName
{
color: #A8359F;
}
</style>
background-color css
<style>
a { background-color: #A8359F; }
a { background-color: rgb(168,53,159); }
div.DivClassName
{
background-color: #A8359F;
}
.BgClassName
{
background-color: #A8359F;
}
</style>
border-color css
<style>
span { border-color: #A8359F; }
span { border-color: rgb(168,53,159); }
td.TdClassName
{
border-color: #A8359F;
}
.TagClassName
{
border-color: #A8359F;
}
</style>