Shades of Violet Blue #A64BAF
Tints of Violet Blue #A64BAF
RGB
CMYK
RGB Variations
Color information
#A64BAF (or 0xA64BAF) is known color: Violet Blue. HEX triplet: A6, 4B and AF. RGB value is (166,75,175). Sum of RGB (Red+Green+Blue) = 166+75+175=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #A64BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAF is #59B450. Grayscale: #717171. Windows color (decimal): -5878865 or 11488166. OLE color: 11488166.
HSL color Cylindrical-coordinate representation of color #A64BAF: hue angle of 294.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64BAF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 75 | 175 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.31 |
| HSL | 294.6º | 0.4% | 0.49% | - |
| HSV(B) | 294.6º | 0.57% | 0.69% | - |
| XYZ | 25.98 | 16.23 | 42.32 | - |
| YUV | 113.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 175 | 0.05 | 0.57 | 0 | 0.31 | 294.6 | 0.4 | 0.49 |
| Hex | A6 | 4B | AF | 5 | 39 | 0 | 1F | 127 | 28 | 31 |
| Octal | 246 | 113 | 257 | 5 | 71 | 0 | 37 | 447 | 50 | 61 |
| Binary | 10100110 | 1001011 | 10101111 | 101 | 111001 | 0 | 11111 | 100100111 | 101000 | 110001 |
Color Harmonies of #A64BAF
Complementary color
Monochromatic Colors of #A64BAF
Black with #A64BAF
Text Example
Text Example
White with #A64BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BAF; }
p { color: rgb(166,75,175); }
H1.HeaderClassName
{
color: #A64BAF;
}
.AnyTagClassName
{
color: #A64BAF;
}
</style>
background-color css
<style>
a { background-color: #A64BAF; }
a { background-color: rgb(166,75,175); }
div.DivClassName
{
background-color: #A64BAF;
}
.BgClassName
{
background-color: #A64BAF;
}
</style>
border-color css
<style>
span { border-color: #A64BAF; }
span { border-color: rgb(166,75,175); }
td.TdClassName
{
border-color: #A64BAF;
}
.TagClassName
{
border-color: #A64BAF;
}
</style>