Shades of Violet Blue #A64497
Tints of Violet Blue #A64497
RGB
CMYK
RGB Variations
Color information
#A64497 (or 0xA64497) is known color: Violet Blue. HEX triplet: A6, 44 and 97. RGB value is (166,68,151). Sum of RGB (Red+Green+Blue) = 166+68+151=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64497 is #59BB68. Grayscale: #6A6A6A. Windows color (decimal): -5880681 or 9913510. OLE color: 9913510.
HSL color Cylindrical-coordinate representation of color #A64497: hue angle of 309.18º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64497 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 151 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.35 |
| HSL | 309.18º | 0.42% | 0.46% | - |
| HSV(B) | 309.18º | 0.59% | 0.65% | - |
| XYZ | 23.38 | 14.48 | 30.84 | - |
| YUV | 106.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 151 | 0 | 0.59 | 0.09 | 0.35 | 309.18 | 0.42 | 0.46 |
| Hex | A6 | 44 | 97 | 0 | 3B | 9 | 23 | 135 | 2A | 2E |
| Octal | 246 | 104 | 227 | 0 | 73 | 11 | 43 | 465 | 52 | 56 |
| Binary | 10100110 | 1000100 | 10010111 | 0 | 111011 | 1001 | 100011 | 100110101 | 101010 | 101110 |
Color Harmonies of #A64497
Complementary color
Monochromatic Colors of #A64497
Black with #A64497
Text Example
Text Example
White with #A64497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64497; }
p { color: rgb(166,68,151); }
H1.HeaderClassName
{
color: #A64497;
}
.AnyTagClassName
{
color: #A64497;
}
</style>
background-color css
<style>
a { background-color: #A64497; }
a { background-color: rgb(166,68,151); }
div.DivClassName
{
background-color: #A64497;
}
.BgClassName
{
background-color: #A64497;
}
</style>
border-color css
<style>
span { border-color: #A64497; }
span { border-color: rgb(166,68,151); }
td.TdClassName
{
border-color: #A64497;
}
.TagClassName
{
border-color: #A64497;
}
</style>