Shades of Violet Blue #A8519D
Tints of Violet Blue #A8519D
RGB
CMYK
RGB Variations
Color information
#A8519D (or 0xA8519D) is known color: Violet Blue. HEX triplet: A8, 51 and 9D. RGB value is (168,81,157). Sum of RGB (Red+Green+Blue) = 168+81+157=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8519D is #57AE62. Grayscale: #737373. Windows color (decimal): -5746275 or 10310056. OLE color: 10310056.
HSL color Cylindrical-coordinate representation of color #A8519D: hue angle of 307.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8519D is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 157 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.34 |
| HSL | 307.59º | 0.35% | 0.49% | - |
| HSV(B) | 307.59º | 0.52% | 0.66% | - |
| XYZ | 25.18 | 16.64 | 33.78 | - |
| YUV | 115.68 | 151.32 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 157 | 0 | 0.52 | 0.07 | 0.34 | 307.59 | 0.35 | 0.49 |
| Hex | A8 | 51 | 9D | 0 | 34 | 7 | 22 | 134 | 23 | 31 |
| Octal | 250 | 121 | 235 | 0 | 64 | 7 | 42 | 464 | 43 | 61 |
| Binary | 10101000 | 1010001 | 10011101 | 0 | 110100 | 111 | 100010 | 100110100 | 100011 | 110001 |
Color Harmonies of #A8519D
Complementary color
Monochromatic Colors of #A8519D
Black with #A8519D
Text Example
Text Example
White with #A8519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8519D; }
p { color: rgb(168,81,157); }
H1.HeaderClassName
{
color: #A8519D;
}
.AnyTagClassName
{
color: #A8519D;
}
</style>
background-color css
<style>
a { background-color: #A8519D; }
a { background-color: rgb(168,81,157); }
div.DivClassName
{
background-color: #A8519D;
}
.BgClassName
{
background-color: #A8519D;
}
</style>
border-color css
<style>
span { border-color: #A8519D; }
span { border-color: rgb(168,81,157); }
td.TdClassName
{
border-color: #A8519D;
}
.TagClassName
{
border-color: #A8519D;
}
</style>