Shades of Medium Red Violet #A9359B
Tints of Medium Red Violet #A9359B
RGB
CMYK
RGB Variations
Color information
#A9359B (or 0xA9359B) is known color: Medium Red Violet. HEX triplet: A9, 35 and 9B. RGB value is (169,53,155). Sum of RGB (Red+Green+Blue) = 169+53+155=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9359B is #56CA64. Grayscale: #636363. Windows color (decimal): -5687909 or 10171817. OLE color: 10171817.
HSL color Cylindrical-coordinate representation of color #A9359B: hue angle of 307.24º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9359B is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 155 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.34 |
| HSL | 307.24º | 0.52% | 0.44% | - |
| HSV(B) | 307.24º | 0.69% | 0.66% | - |
| XYZ | 23.55 | 13.35 | 32.35 | - |
| YUV | 99.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 155 | 0 | 0.69 | 0.08 | 0.34 | 307.24 | 0.52 | 0.44 |
| Hex | A9 | 35 | 9B | 0 | 45 | 8 | 22 | 133 | 34 | 2C |
| Octal | 251 | 65 | 233 | 0 | 105 | 10 | 42 | 463 | 64 | 54 |
| Binary | 10101001 | 110101 | 10011011 | 0 | 1000101 | 1000 | 100010 | 100110011 | 110100 | 101100 |
Color Harmonies of #A9359B
Complementary color
Monochromatic Colors of #A9359B
Black with #A9359B
Text Example
Text Example
White with #A9359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9359B; }
p { color: rgb(169,53,155); }
H1.HeaderClassName
{
color: #A9359B;
}
.AnyTagClassName
{
color: #A9359B;
}
</style>
background-color css
<style>
a { background-color: #A9359B; }
a { background-color: rgb(169,53,155); }
div.DivClassName
{
background-color: #A9359B;
}
.BgClassName
{
background-color: #A9359B;
}
</style>
border-color css
<style>
span { border-color: #A9359B; }
span { border-color: rgb(169,53,155); }
td.TdClassName
{
border-color: #A9359B;
}
.TagClassName
{
border-color: #A9359B;
}
</style>