Shades of Violet Blue #A64BAC
Tints of Violet Blue #A64BAC
RGB
CMYK
RGB Variations
Color information
#A64BAC (or 0xA64BAC) is known color: Violet Blue. HEX triplet: A6, 4B and AC. RGB value is (166,75,172). Sum of RGB (Red+Green+Blue) = 166+75+172=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #A64BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAC is #59B453. Grayscale: #707070. Windows color (decimal): -5878868 or 11291558. OLE color: 11291558.
HSL color Cylindrical-coordinate representation of color #A64BAC: hue angle of 296.29º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64BAC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 75 | 172 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.33 |
| HSL | 296.29º | 0.39% | 0.48% | - |
| HSV(B) | 296.29º | 0.56% | 0.67% | - |
| XYZ | 25.69 | 16.12 | 40.79 | - |
| YUV | 113.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 172 | 0.03 | 0.56 | 0 | 0.33 | 296.29 | 0.39 | 0.48 |
| Hex | A6 | 4B | AC | 3 | 38 | 0 | 21 | 128 | 27 | 30 |
| Octal | 246 | 113 | 254 | 3 | 70 | 0 | 41 | 450 | 47 | 60 |
| Binary | 10100110 | 1001011 | 10101100 | 11 | 111000 | 0 | 100001 | 100101000 | 100111 | 110000 |
Color Harmonies of #A64BAC
Complementary color
Monochromatic Colors of #A64BAC
Black with #A64BAC
Text Example
Text Example
White with #A64BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BAC; }
p { color: rgb(166,75,172); }
H1.HeaderClassName
{
color: #A64BAC;
}
.AnyTagClassName
{
color: #A64BAC;
}
</style>
background-color css
<style>
a { background-color: #A64BAC; }
a { background-color: rgb(166,75,172); }
div.DivClassName
{
background-color: #A64BAC;
}
.BgClassName
{
background-color: #A64BAC;
}
</style>
border-color css
<style>
span { border-color: #A64BAC; }
span { border-color: rgb(166,75,172); }
td.TdClassName
{
border-color: #A64BAC;
}
.TagClassName
{
border-color: #A64BAC;
}
</style>