Shades of Violet Blue #A64296
Tints of Violet Blue #A64296
RGB
CMYK
RGB Variations
Color information
#A64296 (or 0xA64296) is known color: Violet Blue. HEX triplet: A6, 42 and 96. RGB value is (166,66,150). Sum of RGB (Red+Green+Blue) = 166+66+150=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A64296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64296 is #59BD69. Grayscale: #696969. Windows color (decimal): -5881194 or 9847462. OLE color: 9847462.
HSL color Cylindrical-coordinate representation of color #A64296: hue angle of 309.6º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64296 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 150 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.35 |
| HSL | 309.6º | 0.43% | 0.45% | - |
| HSV(B) | 309.6º | 0.6% | 0.65% | - |
| XYZ | 23.18 | 14.21 | 30.37 | - |
| YUV | 105.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 150 | 0 | 0.60 | 0.10 | 0.35 | 309.6 | 0.43 | 0.45 |
| Hex | A6 | 42 | 96 | 0 | 3C | A | 23 | 136 | 2B | 2D |
| Octal | 246 | 102 | 226 | 0 | 74 | 12 | 43 | 466 | 53 | 55 |
| Binary | 10100110 | 1000010 | 10010110 | 0 | 111100 | 1010 | 100011 | 100110110 | 101011 | 101101 |
Color Harmonies of #A64296
Complementary color
Monochromatic Colors of #A64296
Black with #A64296
Text Example
Text Example
White with #A64296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64296; }
p { color: rgb(166,66,150); }
H1.HeaderClassName
{
color: #A64296;
}
.AnyTagClassName
{
color: #A64296;
}
</style>
background-color css
<style>
a { background-color: #A64296; }
a { background-color: rgb(166,66,150); }
div.DivClassName
{
background-color: #A64296;
}
.BgClassName
{
background-color: #A64296;
}
</style>
border-color css
<style>
span { border-color: #A64296; }
span { border-color: rgb(166,66,150); }
td.TdClassName
{
border-color: #A64296;
}
.TagClassName
{
border-color: #A64296;
}
</style>