Shades of Violet Blue #A6479B
Tints of Violet Blue #A6479B
RGB
CMYK
RGB Variations
Color information
#A6479B (or 0xA6479B) is known color: Violet Blue. HEX triplet: A6, 47 and 9B. RGB value is (166,71,155). Sum of RGB (Red+Green+Blue) = 166+71+155=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6479B is #59B864. Grayscale: #6C6C6C. Windows color (decimal): -5879909 or 10176422. OLE color: 10176422.
HSL color Cylindrical-coordinate representation of color #A6479B: hue angle of 306.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6479B is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 155 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.35 |
| HSL | 306.95º | 0.4% | 0.46% | - |
| HSV(B) | 306.95º | 0.57% | 0.65% | - |
| XYZ | 23.9 | 14.98 | 32.64 | - |
| YUV | 108.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 155 | 0 | 0.57 | 0.07 | 0.35 | 306.95 | 0.4 | 0.46 |
| Hex | A6 | 47 | 9B | 0 | 39 | 7 | 23 | 133 | 28 | 2E |
| Octal | 246 | 107 | 233 | 0 | 71 | 7 | 43 | 463 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10011011 | 0 | 111001 | 111 | 100011 | 100110011 | 101000 | 101110 |
Color Harmonies of #A6479B
Complementary color
Monochromatic Colors of #A6479B
Black with #A6479B
Text Example
Text Example
White with #A6479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6479B; }
p { color: rgb(166,71,155); }
H1.HeaderClassName
{
color: #A6479B;
}
.AnyTagClassName
{
color: #A6479B;
}
</style>
background-color css
<style>
a { background-color: #A6479B; }
a { background-color: rgb(166,71,155); }
div.DivClassName
{
background-color: #A6479B;
}
.BgClassName
{
background-color: #A6479B;
}
</style>
border-color css
<style>
span { border-color: #A6479B; }
span { border-color: rgb(166,71,155); }
td.TdClassName
{
border-color: #A6479B;
}
.TagClassName
{
border-color: #A6479B;
}
</style>