Shades of Violet Blue #A8559F
Tints of Violet Blue #A8559F
RGB
CMYK
RGB Variations
Color information
#A8559F (or 0xA8559F) is known color: Violet Blue. HEX triplet: A8, 55 and 9F. RGB value is (168,85,159). Sum of RGB (Red+Green+Blue) = 168+85+159=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8559F is #57AA60. Grayscale: #767676. Windows color (decimal): -5745249 or 10442152. OLE color: 10442152.
HSL color Cylindrical-coordinate representation of color #A8559F: hue angle of 306.51º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8559F is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 159 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.34 |
| HSL | 306.51º | 0.33% | 0.5% | - |
| HSV(B) | 306.51º | 0.49% | 0.66% | - |
| XYZ | 25.65 | 17.33 | 34.79 | - |
| YUV | 118.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 159 | 0 | 0.49 | 0.05 | 0.34 | 306.51 | 0.33 | 0.5 |
| Hex | A8 | 55 | 9F | 0 | 31 | 5 | 22 | 133 | 21 | 32 |
| Octal | 250 | 125 | 237 | 0 | 61 | 5 | 42 | 463 | 41 | 62 |
| Binary | 10101000 | 1010101 | 10011111 | 0 | 110001 | 101 | 100010 | 100110011 | 100001 | 110010 |
Color Harmonies of #A8559F
Complementary color
Monochromatic Colors of #A8559F
Black with #A8559F
Text Example
Text Example
White with #A8559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8559F; }
p { color: rgb(168,85,159); }
H1.HeaderClassName
{
color: #A8559F;
}
.AnyTagClassName
{
color: #A8559F;
}
</style>
background-color css
<style>
a { background-color: #A8559F; }
a { background-color: rgb(168,85,159); }
div.DivClassName
{
background-color: #A8559F;
}
.BgClassName
{
background-color: #A8559F;
}
</style>
border-color css
<style>
span { border-color: #A8559F; }
span { border-color: rgb(168,85,159); }
td.TdClassName
{
border-color: #A8559F;
}
.TagClassName
{
border-color: #A8559F;
}
</style>