Shades of Violet Blue #A6409C
Tints of Violet Blue #A6409C
RGB
CMYK
RGB Variations
Color information
#A6409C (or 0xA6409C) is known color: Violet Blue. HEX triplet: A6, 40 and 9C. RGB value is (166,64,156). Sum of RGB (Red+Green+Blue) = 166+64+156=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6409C is #59BF63. Grayscale: #686868. Windows color (decimal): -5881700 or 10240166. OLE color: 10240166.
HSL color Cylindrical-coordinate representation of color #A6409C: hue angle of 305.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6409C is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 156 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.35 |
| HSL | 305.88º | 0.44% | 0.45% | - |
| HSV(B) | 305.88º | 0.61% | 0.65% | - |
| XYZ | 23.56 | 14.17 | 32.95 | - |
| YUV | 104.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 156 | 0 | 0.61 | 0.06 | 0.35 | 305.88 | 0.44 | 0.45 |
| Hex | A6 | 40 | 9C | 0 | 3D | 6 | 23 | 132 | 2C | 2D |
| Octal | 246 | 100 | 234 | 0 | 75 | 6 | 43 | 462 | 54 | 55 |
| Binary | 10100110 | 1000000 | 10011100 | 0 | 111101 | 110 | 100011 | 100110010 | 101100 | 101101 |
Color Harmonies of #A6409C
Complementary color
Monochromatic Colors of #A6409C
Black with #A6409C
Text Example
Text Example
White with #A6409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6409C; }
p { color: rgb(166,64,156); }
H1.HeaderClassName
{
color: #A6409C;
}
.AnyTagClassName
{
color: #A6409C;
}
</style>
background-color css
<style>
a { background-color: #A6409C; }
a { background-color: rgb(166,64,156); }
div.DivClassName
{
background-color: #A6409C;
}
.BgClassName
{
background-color: #A6409C;
}
</style>
border-color css
<style>
span { border-color: #A6409C; }
span { border-color: rgb(166,64,156); }
td.TdClassName
{
border-color: #A6409C;
}
.TagClassName
{
border-color: #A6409C;
}
</style>