Shades of Medium Red Violet #A8359A
Tints of Medium Red Violet #A8359A
RGB
CMYK
RGB Variations
Color information
#A8359A (or 0xA8359A) is known color: Medium Red Violet. HEX triplet: A8, 35 and 9A. RGB value is (168,53,154). Sum of RGB (Red+Green+Blue) = 168+53+154=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8359A is #57CA65. Grayscale: #626262. Windows color (decimal): -5753446 or 10106280. OLE color: 10106280.
HSL color Cylindrical-coordinate representation of color #A8359A: hue angle of 307.3º 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 #A8359A is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 154 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.34 |
| HSL | 307.3º | 0.52% | 0.43% | - |
| HSV(B) | 307.3º | 0.68% | 0.66% | - |
| XYZ | 23.25 | 13.2 | 31.89 | - |
| YUV | 98.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 154 | 0 | 0.68 | 0.08 | 0.34 | 307.3 | 0.52 | 0.43 |
| Hex | A8 | 35 | 9A | 0 | 44 | 8 | 22 | 133 | 34 | 2B |
| Octal | 250 | 65 | 232 | 0 | 104 | 10 | 42 | 463 | 64 | 53 |
| Binary | 10101000 | 110101 | 10011010 | 0 | 1000100 | 1000 | 100010 | 100110011 | 110100 | 101011 |
Color Harmonies of #A8359A
Complementary color
Monochromatic Colors of #A8359A
Black with #A8359A
Text Example
Text Example
White with #A8359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8359A; }
p { color: rgb(168,53,154); }
H1.HeaderClassName
{
color: #A8359A;
}
.AnyTagClassName
{
color: #A8359A;
}
</style>
background-color css
<style>
a { background-color: #A8359A; }
a { background-color: rgb(168,53,154); }
div.DivClassName
{
background-color: #A8359A;
}
.BgClassName
{
background-color: #A8359A;
}
</style>
border-color css
<style>
span { border-color: #A8359A; }
span { border-color: rgb(168,53,154); }
td.TdClassName
{
border-color: #A8359A;
}
.TagClassName
{
border-color: #A8359A;
}
</style>