Shades of Violet Blue #A64098
Tints of Violet Blue #A64098
RGB
CMYK
RGB Variations
Color information
#A64098 (or 0xA64098) is known color: Violet Blue. HEX triplet: A6, 40 and 98. RGB value is (166,64,152). Sum of RGB (Red+Green+Blue) = 166+64+152=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A64098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64098 is #59BF67. Grayscale: #686868. Windows color (decimal): -5881704 or 9978022. OLE color: 9978022.
HSL color Cylindrical-coordinate representation of color #A64098: hue angle of 308.24º 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 #A64098 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 152 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.35 |
| HSL | 308.24º | 0.44% | 0.45% | - |
| HSV(B) | 308.24º | 0.61% | 0.65% | - |
| XYZ | 23.23 | 14.04 | 31.19 | - |
| YUV | 104.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 152 | 0 | 0.61 | 0.08 | 0.35 | 308.24 | 0.44 | 0.45 |
| Hex | A6 | 40 | 98 | 0 | 3D | 8 | 23 | 134 | 2C | 2D |
| Octal | 246 | 100 | 230 | 0 | 75 | 10 | 43 | 464 | 54 | 55 |
| Binary | 10100110 | 1000000 | 10011000 | 0 | 111101 | 1000 | 100011 | 100110100 | 101100 | 101101 |
Color Harmonies of #A64098
Complementary color
Monochromatic Colors of #A64098
Black with #A64098
Text Example
Text Example
White with #A64098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64098; }
p { color: rgb(166,64,152); }
H1.HeaderClassName
{
color: #A64098;
}
.AnyTagClassName
{
color: #A64098;
}
</style>
background-color css
<style>
a { background-color: #A64098; }
a { background-color: rgb(166,64,152); }
div.DivClassName
{
background-color: #A64098;
}
.BgClassName
{
background-color: #A64098;
}
</style>
border-color css
<style>
span { border-color: #A64098; }
span { border-color: rgb(166,64,152); }
td.TdClassName
{
border-color: #A64098;
}
.TagClassName
{
border-color: #A64098;
}
</style>