Shades of Violet Blue #A6419A
Tints of Violet Blue #A6419A
RGB
CMYK
RGB Variations
Color information
#A6419A (or 0xA6419A) is known color: Violet Blue. HEX triplet: A6, 41 and 9A. RGB value is (166,65,154). Sum of RGB (Red+Green+Blue) = 166+65+154=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6419A is #59BE65. Grayscale: #696969. Windows color (decimal): -5881446 or 10109350. OLE color: 10109350.
HSL color Cylindrical-coordinate representation of color #A6419A: hue angle of 307.13º 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 #A6419A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 154 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.35 |
| HSL | 307.13º | 0.44% | 0.45% | - |
| HSV(B) | 307.13º | 0.61% | 0.65% | - |
| XYZ | 23.45 | 14.22 | 32.08 | - |
| YUV | 105.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 154 | 0 | 0.61 | 0.07 | 0.35 | 307.13 | 0.44 | 0.45 |
| Hex | A6 | 41 | 9A | 0 | 3D | 7 | 23 | 133 | 2C | 2D |
| Octal | 246 | 101 | 232 | 0 | 75 | 7 | 43 | 463 | 54 | 55 |
| Binary | 10100110 | 1000001 | 10011010 | 0 | 111101 | 111 | 100011 | 100110011 | 101100 | 101101 |
Color Harmonies of #A6419A
Complementary color
Monochromatic Colors of #A6419A
Black with #A6419A
Text Example
Text Example
White with #A6419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6419A; }
p { color: rgb(166,65,154); }
H1.HeaderClassName
{
color: #A6419A;
}
.AnyTagClassName
{
color: #A6419A;
}
</style>
background-color css
<style>
a { background-color: #A6419A; }
a { background-color: rgb(166,65,154); }
div.DivClassName
{
background-color: #A6419A;
}
.BgClassName
{
background-color: #A6419A;
}
</style>
border-color css
<style>
span { border-color: #A6419A; }
span { border-color: rgb(166,65,154); }
td.TdClassName
{
border-color: #A6419A;
}
.TagClassName
{
border-color: #A6419A;
}
</style>