Shades of Violet Blue #A8599F
Tints of Violet Blue #A8599F
RGB
CMYK
RGB Variations
Color information
#A8599F (or 0xA8599F) is known color: Violet Blue. HEX triplet: A8, 59 and 9F. RGB value is (168,89,159). Sum of RGB (Red+Green+Blue) = 168+89+159=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8599F is #57A660. Grayscale: #787878. Windows color (decimal): -5744225 or 10443176. OLE color: 10443176.
HSL color Cylindrical-coordinate representation of color #A8599F: hue angle of 306.84º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8599F is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 159 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.34 |
| HSL | 306.84º | 0.31% | 0.5% | - |
| HSV(B) | 306.84º | 0.47% | 0.66% | - |
| XYZ | 25.98 | 17.97 | 34.9 | - |
| YUV | 120.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 159 | 0 | 0.47 | 0.05 | 0.34 | 306.84 | 0.31 | 0.5 |
| Hex | A8 | 59 | 9F | 0 | 2F | 5 | 22 | 133 | 1F | 32 |
| Octal | 250 | 131 | 237 | 0 | 57 | 5 | 42 | 463 | 37 | 62 |
| Binary | 10101000 | 1011001 | 10011111 | 0 | 101111 | 101 | 100010 | 100110011 | 11111 | 110010 |
Color Harmonies of #A8599F
Complementary color
Monochromatic Colors of #A8599F
Black with #A8599F
Text Example
Text Example
White with #A8599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8599F; }
p { color: rgb(168,89,159); }
H1.HeaderClassName
{
color: #A8599F;
}
.AnyTagClassName
{
color: #A8599F;
}
</style>
background-color css
<style>
a { background-color: #A8599F; }
a { background-color: rgb(168,89,159); }
div.DivClassName
{
background-color: #A8599F;
}
.BgClassName
{
background-color: #A8599F;
}
</style>
border-color css
<style>
span { border-color: #A8599F; }
span { border-color: rgb(168,89,159); }
td.TdClassName
{
border-color: #A8599F;
}
.TagClassName
{
border-color: #A8599F;
}
</style>