Shades of Violet Blue #A46098
Tints of Violet Blue #A46098
RGB
CMYK
RGB Variations
Color information
#A46098 (or 0xA46098) is known color: Violet Blue. HEX triplet: A4, 60 and 98. RGB value is (164,96,152). Sum of RGB (Red+Green+Blue) = 164+96+152=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46098 is #5B9F67. Grayscale: #7A7A7A. Windows color (decimal): -6004584 or 9986212. OLE color: 9986212.
HSL color Cylindrical-coordinate representation of color #A46098: hue angle of 310.59º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46098 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 152 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.36 |
| HSL | 310.59º | 0.27% | 0.51% | - |
| HSV(B) | 310.59º | 0.41% | 0.64% | - |
| XYZ | 25.16 | 18.53 | 31.96 | - |
| YUV | 122.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 152 | 0 | 0.41 | 0.07 | 0.36 | 310.59 | 0.27 | 0.51 |
| Hex | A4 | 60 | 98 | 0 | 29 | 7 | 24 | 137 | 1B | 33 |
| Octal | 244 | 140 | 230 | 0 | 51 | 7 | 44 | 467 | 33 | 63 |
| Binary | 10100100 | 1100000 | 10011000 | 0 | 101001 | 111 | 100100 | 100110111 | 11011 | 110011 |
Color Harmonies of #A46098
Complementary color
Monochromatic Colors of #A46098
Black with #A46098
Text Example
Text Example
White with #A46098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46098; }
p { color: rgb(164,96,152); }
H1.HeaderClassName
{
color: #A46098;
}
.AnyTagClassName
{
color: #A46098;
}
</style>
background-color css
<style>
a { background-color: #A46098; }
a { background-color: rgb(164,96,152); }
div.DivClassName
{
background-color: #A46098;
}
.BgClassName
{
background-color: #A46098;
}
</style>
border-color css
<style>
span { border-color: #A46098; }
span { border-color: rgb(164,96,152); }
td.TdClassName
{
border-color: #A46098;
}
.TagClassName
{
border-color: #A46098;
}
</style>