Shades of Violet Blue #A6419D
Tints of Violet Blue #A6419D
RGB
CMYK
RGB Variations
Color information
#A6419D (or 0xA6419D) is known color: Violet Blue. HEX triplet: A6, 41 and 9D. RGB value is (166,65,157). Sum of RGB (Red+Green+Blue) = 166+65+157=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6419D is #59BE62. Grayscale: #696969. Windows color (decimal): -5881443 or 10305958. OLE color: 10305958.
HSL color Cylindrical-coordinate representation of color #A6419D: hue angle of 305.35º 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 #A6419D is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 157 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.35 |
| HSL | 305.35º | 0.44% | 0.45% | - |
| HSV(B) | 305.35º | 0.61% | 0.65% | - |
| XYZ | 23.7 | 14.32 | 33.41 | - |
| YUV | 105.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 157 | 0 | 0.61 | 0.05 | 0.35 | 305.35 | 0.44 | 0.45 |
| Hex | A6 | 41 | 9D | 0 | 3D | 5 | 23 | 131 | 2C | 2D |
| Octal | 246 | 101 | 235 | 0 | 75 | 5 | 43 | 461 | 54 | 55 |
| Binary | 10100110 | 1000001 | 10011101 | 0 | 111101 | 101 | 100011 | 100110001 | 101100 | 101101 |
Color Harmonies of #A6419D
Complementary color
Monochromatic Colors of #A6419D
Black with #A6419D
Text Example
Text Example
White with #A6419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6419D; }
p { color: rgb(166,65,157); }
H1.HeaderClassName
{
color: #A6419D;
}
.AnyTagClassName
{
color: #A6419D;
}
</style>
background-color css
<style>
a { background-color: #A6419D; }
a { background-color: rgb(166,65,157); }
div.DivClassName
{
background-color: #A6419D;
}
.BgClassName
{
background-color: #A6419D;
}
</style>
border-color css
<style>
span { border-color: #A6419D; }
span { border-color: rgb(166,65,157); }
td.TdClassName
{
border-color: #A6419D;
}
.TagClassName
{
border-color: #A6419D;
}
</style>