Shades of Violet Blue #A6479C
Tints of Violet Blue #A6479C
RGB
CMYK
RGB Variations
Color information
#A6479C (or 0xA6479C) is known color: Violet Blue. HEX triplet: A6, 47 and 9C. RGB value is (166,71,156). Sum of RGB (Red+Green+Blue) = 166+71+156=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6479C is #59B863. Grayscale: #6C6C6C. Windows color (decimal): -5879908 or 10241958. OLE color: 10241958.
HSL color Cylindrical-coordinate representation of color #A6479C: hue angle of 306.32º 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 #A6479C is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 156 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.35 |
| HSL | 306.32º | 0.4% | 0.46% | - |
| HSV(B) | 306.32º | 0.57% | 0.65% | - |
| XYZ | 23.98 | 15.01 | 33.09 | - |
| YUV | 109.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 156 | 0 | 0.57 | 0.06 | 0.35 | 306.32 | 0.4 | 0.46 |
| Hex | A6 | 47 | 9C | 0 | 39 | 6 | 23 | 132 | 28 | 2E |
| Octal | 246 | 107 | 234 | 0 | 71 | 6 | 43 | 462 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10011100 | 0 | 111001 | 110 | 100011 | 100110010 | 101000 | 101110 |
Color Harmonies of #A6479C
Complementary color
Monochromatic Colors of #A6479C
Black with #A6479C
Text Example
Text Example
White with #A6479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6479C; }
p { color: rgb(166,71,156); }
H1.HeaderClassName
{
color: #A6479C;
}
.AnyTagClassName
{
color: #A6479C;
}
</style>
background-color css
<style>
a { background-color: #A6479C; }
a { background-color: rgb(166,71,156); }
div.DivClassName
{
background-color: #A6479C;
}
.BgClassName
{
background-color: #A6479C;
}
</style>
border-color css
<style>
span { border-color: #A6479C; }
span { border-color: rgb(166,71,156); }
td.TdClassName
{
border-color: #A6479C;
}
.TagClassName
{
border-color: #A6479C;
}
</style>