Shades of Violet Blue #A65698
Tints of Violet Blue #A65698
RGB
CMYK
RGB Variations
Color information
#A65698 (or 0xA65698) is known color: Violet Blue. HEX triplet: A6, 56 and 98. RGB value is (166,86,152). Sum of RGB (Red+Green+Blue) = 166+86+152=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A65698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65698 is #59A967. Grayscale: #757575. Windows color (decimal): -5876072 or 9983654. OLE color: 9983654.
HSL color Cylindrical-coordinate representation of color #A65698: hue angle of 310.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65698 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 152 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.35 |
| HSL | 310.5º | 0.32% | 0.49% | - |
| HSV(B) | 310.5º | 0.48% | 0.65% | - |
| XYZ | 24.72 | 17.03 | 31.69 | - |
| YUV | 117.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 152 | 0 | 0.48 | 0.08 | 0.35 | 310.5 | 0.32 | 0.49 |
| Hex | A6 | 56 | 98 | 0 | 30 | 8 | 23 | 136 | 20 | 31 |
| Octal | 246 | 126 | 230 | 0 | 60 | 10 | 43 | 466 | 40 | 61 |
| Binary | 10100110 | 1010110 | 10011000 | 0 | 110000 | 1000 | 100011 | 100110110 | 100000 | 110001 |
Color Harmonies of #A65698
Complementary color
Monochromatic Colors of #A65698
Black with #A65698
Text Example
Text Example
White with #A65698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65698; }
p { color: rgb(166,86,152); }
H1.HeaderClassName
{
color: #A65698;
}
.AnyTagClassName
{
color: #A65698;
}
</style>
background-color css
<style>
a { background-color: #A65698; }
a { background-color: rgb(166,86,152); }
div.DivClassName
{
background-color: #A65698;
}
.BgClassName
{
background-color: #A65698;
}
</style>
border-color css
<style>
span { border-color: #A65698; }
span { border-color: rgb(166,86,152); }
td.TdClassName
{
border-color: #A65698;
}
.TagClassName
{
border-color: #A65698;
}
</style>