Shades of Violet Blue #A8479B
Tints of Violet Blue #A8479B
RGB
CMYK
RGB Variations
Color information
#A8479B (or 0xA8479B) is known color: Violet Blue. HEX triplet: A8, 47 and 9B. RGB value is (168,71,155). Sum of RGB (Red+Green+Blue) = 168+71+155=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8479B is #57B864. Grayscale: #6D6D6D. Windows color (decimal): -5748837 or 10176424. OLE color: 10176424.
HSL color Cylindrical-coordinate representation of color #A8479B: hue angle of 308.04º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8479B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 155 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.34 |
| HSL | 308.04º | 0.41% | 0.47% | - |
| HSV(B) | 308.04º | 0.58% | 0.66% | - |
| XYZ | 24.32 | 15.2 | 32.66 | - |
| YUV | 109.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 155 | 0 | 0.58 | 0.08 | 0.34 | 308.04 | 0.41 | 0.47 |
| Hex | A8 | 47 | 9B | 0 | 3A | 8 | 22 | 134 | 29 | 2F |
| Octal | 250 | 107 | 233 | 0 | 72 | 10 | 42 | 464 | 51 | 57 |
| Binary | 10101000 | 1000111 | 10011011 | 0 | 111010 | 1000 | 100010 | 100110100 | 101001 | 101111 |
Color Harmonies of #A8479B
Complementary color
Monochromatic Colors of #A8479B
Black with #A8479B
Text Example
Text Example
White with #A8479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8479B; }
p { color: rgb(168,71,155); }
H1.HeaderClassName
{
color: #A8479B;
}
.AnyTagClassName
{
color: #A8479B;
}
</style>
background-color css
<style>
a { background-color: #A8479B; }
a { background-color: rgb(168,71,155); }
div.DivClassName
{
background-color: #A8479B;
}
.BgClassName
{
background-color: #A8479B;
}
</style>
border-color css
<style>
span { border-color: #A8479B; }
span { border-color: rgb(168,71,155); }
td.TdClassName
{
border-color: #A8479B;
}
.TagClassName
{
border-color: #A8479B;
}
</style>