Shades of Violet Blue #A8519C
Tints of Violet Blue #A8519C
RGB
CMYK
RGB Variations
Color information
#A8519C (or 0xA8519C) is known color: Violet Blue. HEX triplet: A8, 51 and 9C. RGB value is (168,81,156). Sum of RGB (Red+Green+Blue) = 168+81+156=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8519C is #57AE63. Grayscale: #737373. Windows color (decimal): -5746276 or 10244520. OLE color: 10244520.
HSL color Cylindrical-coordinate representation of color #A8519C: hue angle of 308.28º 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 #A8519C is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 81 | 156 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.34 |
| HSL | 308.28º | 0.35% | 0.49% | - |
| HSV(B) | 308.28º | 0.52% | 0.66% | - |
| XYZ | 25.09 | 16.61 | 33.34 | - |
| YUV | 115.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 81 | 156 | 0 | 0.52 | 0.07 | 0.34 | 308.28 | 0.35 | 0.49 |
| Hex | A8 | 51 | 9C | 0 | 34 | 7 | 22 | 134 | 23 | 31 |
| Octal | 250 | 121 | 234 | 0 | 64 | 7 | 42 | 464 | 43 | 61 |
| Binary | 10101000 | 1010001 | 10011100 | 0 | 110100 | 111 | 100010 | 100110100 | 100011 | 110001 |
Color Harmonies of #A8519C
Complementary color
Monochromatic Colors of #A8519C
Black with #A8519C
Text Example
Text Example
White with #A8519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8519C; }
p { color: rgb(168,81,156); }
H1.HeaderClassName
{
color: #A8519C;
}
.AnyTagClassName
{
color: #A8519C;
}
</style>
background-color css
<style>
a { background-color: #A8519C; }
a { background-color: rgb(168,81,156); }
div.DivClassName
{
background-color: #A8519C;
}
.BgClassName
{
background-color: #A8519C;
}
</style>
border-color css
<style>
span { border-color: #A8519C; }
span { border-color: rgb(168,81,156); }
td.TdClassName
{
border-color: #A8519C;
}
.TagClassName
{
border-color: #A8519C;
}
</style>