Shades of Violet Blue #A6619A
Tints of Violet Blue #A6619A
RGB
CMYK
RGB Variations
Color information
#A6619A (or 0xA6619A) is known color: Violet Blue. HEX triplet: A6, 61 and 9A. RGB value is (166,97,154). Sum of RGB (Red+Green+Blue) = 166+97+154=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A6619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6619A is #599E65. Grayscale: #7B7B7B. Windows color (decimal): -5873254 or 10117542. OLE color: 10117542.
HSL color Cylindrical-coordinate representation of color #A6619A: hue angle of 310.43º 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 #A6619A is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 154 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.35 |
| HSL | 310.43º | 0.28% | 0.52% | - |
| HSV(B) | 310.43º | 0.42% | 0.65% | - |
| XYZ | 25.83 | 18.99 | 32.88 | - |
| YUV | 124.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 154 | 0 | 0.42 | 0.07 | 0.35 | 310.43 | 0.28 | 0.52 |
| Hex | A6 | 61 | 9A | 0 | 2A | 7 | 23 | 136 | 1C | 34 |
| Octal | 246 | 141 | 232 | 0 | 52 | 7 | 43 | 466 | 34 | 64 |
| Binary | 10100110 | 1100001 | 10011010 | 0 | 101010 | 111 | 100011 | 100110110 | 11100 | 110100 |
Color Harmonies of #A6619A
Complementary color
Monochromatic Colors of #A6619A
Black with #A6619A
Text Example
Text Example
White with #A6619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6619A; }
p { color: rgb(166,97,154); }
H1.HeaderClassName
{
color: #A6619A;
}
.AnyTagClassName
{
color: #A6619A;
}
</style>
background-color css
<style>
a { background-color: #A6619A; }
a { background-color: rgb(166,97,154); }
div.DivClassName
{
background-color: #A6619A;
}
.BgClassName
{
background-color: #A6619A;
}
</style>
border-color css
<style>
span { border-color: #A6619A; }
span { border-color: rgb(166,97,154); }
td.TdClassName
{
border-color: #A6619A;
}
.TagClassName
{
border-color: #A6619A;
}
</style>