Shades of Violet Blue #A6619E
Tints of Violet Blue #A6619E
RGB
CMYK
RGB Variations
Color information
#A6619E (or 0xA6619E) is known color: Violet Blue. HEX triplet: A6, 61 and 9E. RGB value is (166,97,158). Sum of RGB (Red+Green+Blue) = 166+97+158=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6619E is #599E61. Grayscale: #7C7C7C. Windows color (decimal): -5873250 or 10379686. OLE color: 10379686.
HSL color Cylindrical-coordinate representation of color #A6619E: hue angle of 306.96º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6619E is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 158 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.35 |
| HSL | 306.96º | 0.28% | 0.52% | - |
| HSV(B) | 306.96º | 0.42% | 0.65% | - |
| XYZ | 26.17 | 19.13 | 34.66 | - |
| YUV | 124.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 158 | 0 | 0.42 | 0.05 | 0.35 | 306.96 | 0.28 | 0.52 |
| Hex | A6 | 61 | 9E | 0 | 2A | 5 | 23 | 133 | 1C | 34 |
| Octal | 246 | 141 | 236 | 0 | 52 | 5 | 43 | 463 | 34 | 64 |
| Binary | 10100110 | 1100001 | 10011110 | 0 | 101010 | 101 | 100011 | 100110011 | 11100 | 110100 |
Color Harmonies of #A6619E
Complementary color
Monochromatic Colors of #A6619E
Black with #A6619E
Text Example
Text Example
White with #A6619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6619E; }
p { color: rgb(166,97,158); }
H1.HeaderClassName
{
color: #A6619E;
}
.AnyTagClassName
{
color: #A6619E;
}
</style>
background-color css
<style>
a { background-color: #A6619E; }
a { background-color: rgb(166,97,158); }
div.DivClassName
{
background-color: #A6619E;
}
.BgClassName
{
background-color: #A6619E;
}
</style>
border-color css
<style>
span { border-color: #A6619E; }
span { border-color: rgb(166,97,158); }
td.TdClassName
{
border-color: #A6619E;
}
.TagClassName
{
border-color: #A6619E;
}
</style>