Shades of Medium Red Violet #A8359B
Tints of Medium Red Violet #A8359B
RGB
CMYK
RGB Variations
Color information
#A8359B (or 0xA8359B) is known color: Medium Red Violet. HEX triplet: A8, 35 and 9B. RGB value is (168,53,155). Sum of RGB (Red+Green+Blue) = 168+53+155=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8359B is #57CA64. Grayscale: #626262. Windows color (decimal): -5753445 or 10171816. OLE color: 10171816.
HSL color Cylindrical-coordinate representation of color #A8359B: hue angle of 306.78º 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 #A8359B is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 53 | 155 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.34 |
| HSL | 306.78º | 0.52% | 0.43% | - |
| HSV(B) | 306.78º | 0.68% | 0.66% | - |
| XYZ | 23.34 | 13.24 | 32.34 | - |
| YUV | 99.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 155 | 0 | 0.68 | 0.08 | 0.34 | 306.78 | 0.52 | 0.43 |
| Hex | A8 | 35 | 9B | 0 | 44 | 8 | 22 | 133 | 34 | 2B |
| Octal | 250 | 65 | 233 | 0 | 104 | 10 | 42 | 463 | 64 | 53 |
| Binary | 10101000 | 110101 | 10011011 | 0 | 1000100 | 1000 | 100010 | 100110011 | 110100 | 101011 |
Color Harmonies of #A8359B
Complementary color
Monochromatic Colors of #A8359B
Black with #A8359B
Text Example
Text Example
White with #A8359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8359B; }
p { color: rgb(168,53,155); }
H1.HeaderClassName
{
color: #A8359B;
}
.AnyTagClassName
{
color: #A8359B;
}
</style>
background-color css
<style>
a { background-color: #A8359B; }
a { background-color: rgb(168,53,155); }
div.DivClassName
{
background-color: #A8359B;
}
.BgClassName
{
background-color: #A8359B;
}
</style>
border-color css
<style>
span { border-color: #A8359B; }
span { border-color: rgb(168,53,155); }
td.TdClassName
{
border-color: #A8359B;
}
.TagClassName
{
border-color: #A8359B;
}
</style>