Shades of Violet Blue #A6419B
Tints of Violet Blue #A6419B
RGB
CMYK
RGB Variations
Color information
#A6419B (or 0xA6419B) is known color: Violet Blue. HEX triplet: A6, 41 and 9B. RGB value is (166,65,155). Sum of RGB (Red+Green+Blue) = 166+65+155=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A6419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6419B is #59BE64. Grayscale: #696969. Windows color (decimal): -5881445 or 10174886. OLE color: 10174886.
HSL color Cylindrical-coordinate representation of color #A6419B: hue angle of 306.53º 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 #A6419B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 155 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.35 |
| HSL | 306.53º | 0.44% | 0.45% | - |
| HSV(B) | 306.53º | 0.61% | 0.65% | - |
| XYZ | 23.53 | 14.25 | 32.52 | - |
| YUV | 105.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 155 | 0 | 0.61 | 0.07 | 0.35 | 306.53 | 0.44 | 0.45 |
| Hex | A6 | 41 | 9B | 0 | 3D | 7 | 23 | 133 | 2C | 2D |
| Octal | 246 | 101 | 233 | 0 | 75 | 7 | 43 | 463 | 54 | 55 |
| Binary | 10100110 | 1000001 | 10011011 | 0 | 111101 | 111 | 100011 | 100110011 | 101100 | 101101 |
Color Harmonies of #A6419B
Complementary color
Monochromatic Colors of #A6419B
Black with #A6419B
Text Example
Text Example
White with #A6419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6419B; }
p { color: rgb(166,65,155); }
H1.HeaderClassName
{
color: #A6419B;
}
.AnyTagClassName
{
color: #A6419B;
}
</style>
background-color css
<style>
a { background-color: #A6419B; }
a { background-color: rgb(166,65,155); }
div.DivClassName
{
background-color: #A6419B;
}
.BgClassName
{
background-color: #A6419B;
}
</style>
border-color css
<style>
span { border-color: #A6419B; }
span { border-color: rgb(166,65,155); }
td.TdClassName
{
border-color: #A6419B;
}
.TagClassName
{
border-color: #A6419B;
}
</style>