Shades of Violet Blue #A64792
Tints of Violet Blue #A64792
RGB
CMYK
RGB Variations
Color information
#A64792 (or 0xA64792) is known color: Violet Blue. HEX triplet: A6, 47 and 92. RGB value is (166,71,146). Sum of RGB (Red+Green+Blue) = 166+71+146=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64792 is #59B86D. Grayscale: #6B6B6B. Windows color (decimal): -5879918 or 9586598. OLE color: 9586598.
HSL color Cylindrical-coordinate representation of color #A64792: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64792 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 146 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.35 |
| HSL | 312.63º | 0.4% | 0.46% | - |
| HSV(B) | 312.63º | 0.57% | 0.65% | - |
| XYZ | 23.17 | 14.69 | 28.81 | - |
| YUV | 107.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 146 | 0 | 0.57 | 0.12 | 0.35 | 312.63 | 0.4 | 0.46 |
| Hex | A6 | 47 | 92 | 0 | 39 | C | 23 | 139 | 28 | 2E |
| Octal | 246 | 107 | 222 | 0 | 71 | 14 | 43 | 471 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10010010 | 0 | 111001 | 1100 | 100011 | 100111001 | 101000 | 101110 |
Color Harmonies of #A64792
Complementary color
Monochromatic Colors of #A64792
Black with #A64792
Text Example
Text Example
White with #A64792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64792; }
p { color: rgb(166,71,146); }
H1.HeaderClassName
{
color: #A64792;
}
.AnyTagClassName
{
color: #A64792;
}
</style>
background-color css
<style>
a { background-color: #A64792; }
a { background-color: rgb(166,71,146); }
div.DivClassName
{
background-color: #A64792;
}
.BgClassName
{
background-color: #A64792;
}
</style>
border-color css
<style>
span { border-color: #A64792; }
span { border-color: rgb(166,71,146); }
td.TdClassName
{
border-color: #A64792;
}
.TagClassName
{
border-color: #A64792;
}
</style>