Shades of Violet Blue #A6409B
Tints of Violet Blue #A6409B
RGB
CMYK
RGB Variations
Color information
#A6409B (or 0xA6409B) is known color: Violet Blue. HEX triplet: A6, 40 and 9B. RGB value is (166,64,155). Sum of RGB (Red+Green+Blue) = 166+64+155=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6409B is #59BF64. Grayscale: #686868. Windows color (decimal): -5881701 or 10174630. OLE color: 10174630.
HSL color Cylindrical-coordinate representation of color #A6409B: hue angle of 306.47º 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 #A6409B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 155 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.35 |
| HSL | 306.47º | 0.44% | 0.45% | - |
| HSV(B) | 306.47º | 0.61% | 0.65% | - |
| XYZ | 23.48 | 14.14 | 32.5 | - |
| YUV | 104.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 155 | 0 | 0.61 | 0.07 | 0.35 | 306.47 | 0.44 | 0.45 |
| Hex | A6 | 40 | 9B | 0 | 3D | 7 | 23 | 132 | 2C | 2D |
| Octal | 246 | 100 | 233 | 0 | 75 | 7 | 43 | 462 | 54 | 55 |
| Binary | 10100110 | 1000000 | 10011011 | 0 | 111101 | 111 | 100011 | 100110010 | 101100 | 101101 |
Color Harmonies of #A6409B
Complementary color
Monochromatic Colors of #A6409B
Black with #A6409B
Text Example
Text Example
White with #A6409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6409B; }
p { color: rgb(166,64,155); }
H1.HeaderClassName
{
color: #A6409B;
}
.AnyTagClassName
{
color: #A6409B;
}
</style>
background-color css
<style>
a { background-color: #A6409B; }
a { background-color: rgb(166,64,155); }
div.DivClassName
{
background-color: #A6409B;
}
.BgClassName
{
background-color: #A6409B;
}
</style>
border-color css
<style>
span { border-color: #A6409B; }
span { border-color: rgb(166,64,155); }
td.TdClassName
{
border-color: #A6409B;
}
.TagClassName
{
border-color: #A6409B;
}
</style>