Shades of Violet Blue #A8578F
Tints of Violet Blue #A8578F
RGB
CMYK
RGB Variations
Color information
#A8578F (or 0xA8578F) is known color: Violet Blue. HEX triplet: A8, 57 and 8F. RGB value is (168,87,143). Sum of RGB (Red+Green+Blue) = 168+87+143=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A8578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8578F is #57A870. Grayscale: #757575. Windows color (decimal): -5744753 or 9394088. OLE color: 9394088.
HSL color Cylindrical-coordinate representation of color #A8578F: hue angle of 318.52º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8578F is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 87 | 143 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.34 |
| HSL | 318.52º | 0.32% | 0.5% | - |
| HSV(B) | 318.52º | 0.48% | 0.66% | - |
| XYZ | 24.51 | 17.12 | 28 | - |
| YUV | 117.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 143 | 0 | 0.48 | 0.15 | 0.34 | 318.52 | 0.32 | 0.5 |
| Hex | A8 | 57 | 8F | 0 | 30 | F | 22 | 13F | 20 | 32 |
| Octal | 250 | 127 | 217 | 0 | 60 | 17 | 42 | 477 | 40 | 62 |
| Binary | 10101000 | 1010111 | 10001111 | 0 | 110000 | 1111 | 100010 | 100111111 | 100000 | 110010 |
Color Harmonies of #A8578F
Complementary color
Monochromatic Colors of #A8578F
Black with #A8578F
Text Example
Text Example
White with #A8578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8578F; }
p { color: rgb(168,87,143); }
H1.HeaderClassName
{
color: #A8578F;
}
.AnyTagClassName
{
color: #A8578F;
}
</style>
background-color css
<style>
a { background-color: #A8578F; }
a { background-color: rgb(168,87,143); }
div.DivClassName
{
background-color: #A8578F;
}
.BgClassName
{
background-color: #A8578F;
}
</style>
border-color css
<style>
span { border-color: #A8578F; }
span { border-color: rgb(168,87,143); }
td.TdClassName
{
border-color: #A8578F;
}
.TagClassName
{
border-color: #A8578F;
}
</style>