Shades of Violet Blue #A65E94
Tints of Violet Blue #A65E94
RGB
CMYK
RGB Variations
Color information
#A65E94 (or 0xA65E94) is known color: Violet Blue. HEX triplet: A6, 5E and 94. RGB value is (166,94,148). Sum of RGB (Red+Green+Blue) = 166+94+148=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E94 is #59A16B. Grayscale: #797979. Windows color (decimal): -5874028 or 9723558. OLE color: 9723558.
HSL color Cylindrical-coordinate representation of color #A65E94: hue angle of 315º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65E94 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 94 | 148 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.35 |
| HSL | 315º | 0.29% | 0.51% | - |
| HSV(B) | 315º | 0.43% | 0.65% | - |
| XYZ | 25.07 | 18.25 | 30.22 | - |
| YUV | 121.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 148 | 0 | 0.43 | 0.11 | 0.35 | 315 | 0.29 | 0.51 |
| Hex | A6 | 5E | 94 | 0 | 2B | B | 23 | 13B | 1D | 33 |
| Octal | 246 | 136 | 224 | 0 | 53 | 13 | 43 | 473 | 35 | 63 |
| Binary | 10100110 | 1011110 | 10010100 | 0 | 101011 | 1011 | 100011 | 100111011 | 11101 | 110011 |
Color Harmonies of #A65E94
Complementary color
Monochromatic Colors of #A65E94
Black with #A65E94
Text Example
Text Example
White with #A65E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65E94; }
p { color: rgb(166,94,148); }
H1.HeaderClassName
{
color: #A65E94;
}
.AnyTagClassName
{
color: #A65E94;
}
</style>
background-color css
<style>
a { background-color: #A65E94; }
a { background-color: rgb(166,94,148); }
div.DivClassName
{
background-color: #A65E94;
}
.BgClassName
{
background-color: #A65E94;
}
</style>
border-color css
<style>
span { border-color: #A65E94; }
span { border-color: rgb(166,94,148); }
td.TdClassName
{
border-color: #A65E94;
}
.TagClassName
{
border-color: #A65E94;
}
</style>