Shades of Violet Blue #A6609D
Tints of Violet Blue #A6609D
RGB
CMYK
RGB Variations
Color information
#A6609D (or 0xA6609D) is known color: Violet Blue. HEX triplet: A6, 60 and 9D. RGB value is (166,96,157). Sum of RGB (Red+Green+Blue) = 166+96+157=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6609D is #599F62. Grayscale: #7B7B7B. Windows color (decimal): -5873507 or 10313894. OLE color: 10313894.
HSL color Cylindrical-coordinate representation of color #A6609D: hue angle of 307.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6609D is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 157 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.35 |
| HSL | 307.71º | 0.28% | 0.51% | - |
| HSV(B) | 307.71º | 0.42% | 0.65% | - |
| XYZ | 25.99 | 18.91 | 34.18 | - |
| YUV | 123.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 157 | 0 | 0.42 | 0.05 | 0.35 | 307.71 | 0.28 | 0.51 |
| Hex | A6 | 60 | 9D | 0 | 2A | 5 | 23 | 134 | 1C | 33 |
| Octal | 246 | 140 | 235 | 0 | 52 | 5 | 43 | 464 | 34 | 63 |
| Binary | 10100110 | 1100000 | 10011101 | 0 | 101010 | 101 | 100011 | 100110100 | 11100 | 110011 |
Color Harmonies of #A6609D
Complementary color
Monochromatic Colors of #A6609D
Black with #A6609D
Text Example
Text Example
White with #A6609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6609D; }
p { color: rgb(166,96,157); }
H1.HeaderClassName
{
color: #A6609D;
}
.AnyTagClassName
{
color: #A6609D;
}
</style>
background-color css
<style>
a { background-color: #A6609D; }
a { background-color: rgb(166,96,157); }
div.DivClassName
{
background-color: #A6609D;
}
.BgClassName
{
background-color: #A6609D;
}
</style>
border-color css
<style>
span { border-color: #A6609D; }
span { border-color: rgb(166,96,157); }
td.TdClassName
{
border-color: #A6609D;
}
.TagClassName
{
border-color: #A6609D;
}
</style>