Shades of Violet Blue #A64694
Tints of Violet Blue #A64694
RGB
CMYK
RGB Variations
Color information
#A64694 (or 0xA64694) is known color: Violet Blue. HEX triplet: A6, 46 and 94. RGB value is (166,70,148). Sum of RGB (Red+Green+Blue) = 166+70+148=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64694 is #59B96B. Grayscale: #6B6B6B. Windows color (decimal): -5880172 or 9717414. OLE color: 9717414.
HSL color Cylindrical-coordinate representation of color #A64694: hue angle of 311.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64694 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 148 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.35 |
| HSL | 311.25º | 0.41% | 0.46% | - |
| HSV(B) | 311.25º | 0.58% | 0.65% | - |
| XYZ | 23.26 | 14.63 | 29.61 | - |
| YUV | 107.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 148 | 0 | 0.58 | 0.11 | 0.35 | 311.25 | 0.41 | 0.46 |
| Hex | A6 | 46 | 94 | 0 | 3A | B | 23 | 137 | 29 | 2E |
| Octal | 246 | 106 | 224 | 0 | 72 | 13 | 43 | 467 | 51 | 56 |
| Binary | 10100110 | 1000110 | 10010100 | 0 | 111010 | 1011 | 100011 | 100110111 | 101001 | 101110 |
Color Harmonies of #A64694
Complementary color
Monochromatic Colors of #A64694
Black with #A64694
Text Example
Text Example
White with #A64694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64694; }
p { color: rgb(166,70,148); }
H1.HeaderClassName
{
color: #A64694;
}
.AnyTagClassName
{
color: #A64694;
}
</style>
background-color css
<style>
a { background-color: #A64694; }
a { background-color: rgb(166,70,148); }
div.DivClassName
{
background-color: #A64694;
}
.BgClassName
{
background-color: #A64694;
}
</style>
border-color css
<style>
span { border-color: #A64694; }
span { border-color: rgb(166,70,148); }
td.TdClassName
{
border-color: #A64694;
}
.TagClassName
{
border-color: #A64694;
}
</style>