Shades of Violet Blue #A65694
Tints of Violet Blue #A65694
RGB
CMYK
RGB Variations
Color information
#A65694 (or 0xA65694) is known color: Violet Blue. HEX triplet: A6, 56 and 94. RGB value is (166,86,148). Sum of RGB (Red+Green+Blue) = 166+86+148=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A65694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65694 is #59A96B. Grayscale: #747474. Windows color (decimal): -5876076 or 9721510. OLE color: 9721510.
HSL color Cylindrical-coordinate representation of color #A65694: hue angle of 313.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 #A65694 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 86 | 148 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.35 |
| HSL | 313.5º | 0.32% | 0.49% | - |
| HSV(B) | 313.5º | 0.48% | 0.65% | - |
| XYZ | 24.4 | 16.9 | 29.99 | - |
| YUV | 116.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 86 | 148 | 0 | 0.48 | 0.11 | 0.35 | 313.5 | 0.32 | 0.49 |
| Hex | A6 | 56 | 94 | 0 | 30 | B | 23 | 13A | 20 | 31 |
| Octal | 246 | 126 | 224 | 0 | 60 | 13 | 43 | 472 | 40 | 61 |
| Binary | 10100110 | 1010110 | 10010100 | 0 | 110000 | 1011 | 100011 | 100111010 | 100000 | 110001 |
Color Harmonies of #A65694
Complementary color
Monochromatic Colors of #A65694
Black with #A65694
Text Example
Text Example
White with #A65694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65694; }
p { color: rgb(166,86,148); }
H1.HeaderClassName
{
color: #A65694;
}
.AnyTagClassName
{
color: #A65694;
}
</style>
background-color css
<style>
a { background-color: #A65694; }
a { background-color: rgb(166,86,148); }
div.DivClassName
{
background-color: #A65694;
}
.BgClassName
{
background-color: #A65694;
}
</style>
border-color css
<style>
span { border-color: #A65694; }
span { border-color: rgb(166,86,148); }
td.TdClassName
{
border-color: #A65694;
}
.TagClassName
{
border-color: #A65694;
}
</style>