Shades of Violet Blue #A64FAB
Tints of Violet Blue #A64FAB
RGB
CMYK
RGB Variations
Color information
#A64FAB (or 0xA64FAB) is known color: Violet Blue. HEX triplet: A6, 4F and AB. RGB value is (166,79,171). Sum of RGB (Red+Green+Blue) = 166+79+171=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64FAB is #59B054. Grayscale: #737373. Windows color (decimal): -5877845 or 11227046. OLE color: 11227046.
HSL color Cylindrical-coordinate representation of color #A64FAB: hue angle of 296.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64FAB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 79 | 171 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.33 |
| HSL | 296.74º | 0.37% | 0.49% | - |
| HSV(B) | 296.74º | 0.54% | 0.67% | - |
| XYZ | 25.87 | 16.64 | 40.38 | - |
| YUV | 115.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 171 | 0.03 | 0.54 | 0 | 0.33 | 296.74 | 0.37 | 0.49 |
| Hex | A6 | 4F | AB | 3 | 36 | 0 | 21 | 129 | 25 | 31 |
| Octal | 246 | 117 | 253 | 3 | 66 | 0 | 41 | 451 | 45 | 61 |
| Binary | 10100110 | 1001111 | 10101011 | 11 | 110110 | 0 | 100001 | 100101001 | 100101 | 110001 |
Color Harmonies of #A64FAB
Complementary color
Monochromatic Colors of #A64FAB
Black with #A64FAB
Text Example
Text Example
White with #A64FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FAB; }
p { color: rgb(166,79,171); }
H1.HeaderClassName
{
color: #A64FAB;
}
.AnyTagClassName
{
color: #A64FAB;
}
</style>
background-color css
<style>
a { background-color: #A64FAB; }
a { background-color: rgb(166,79,171); }
div.DivClassName
{
background-color: #A64FAB;
}
.BgClassName
{
background-color: #A64FAB;
}
</style>
border-color css
<style>
span { border-color: #A64FAB; }
span { border-color: rgb(166,79,171); }
td.TdClassName
{
border-color: #A64FAB;
}
.TagClassName
{
border-color: #A64FAB;
}
</style>