Shades of Violet Blue #A64BAB
Tints of Violet Blue #A64BAB
RGB
CMYK
RGB Variations
Color information
#A64BAB (or 0xA64BAB) is known color: Violet Blue. HEX triplet: A6, 4B and AB. RGB value is (166,75,171). Sum of RGB (Red+Green+Blue) = 166+75+171=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAB is #59B454. Grayscale: #707070. Windows color (decimal): -5878869 or 11226022. OLE color: 11226022.
HSL color Cylindrical-coordinate representation of color #A64BAB: hue angle of 296.88º 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 #A64BAB is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 75 | 171 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.33 |
| HSL | 296.88º | 0.39% | 0.48% | - |
| HSV(B) | 296.88º | 0.56% | 0.67% | - |
| XYZ | 25.59 | 16.08 | 40.28 | - |
| YUV | 113.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 171 | 0.03 | 0.56 | 0 | 0.33 | 296.88 | 0.39 | 0.48 |
| Hex | A6 | 4B | AB | 3 | 38 | 0 | 21 | 129 | 27 | 30 |
| Octal | 246 | 113 | 253 | 3 | 70 | 0 | 41 | 451 | 47 | 60 |
| Binary | 10100110 | 1001011 | 10101011 | 11 | 111000 | 0 | 100001 | 100101001 | 100111 | 110000 |
Color Harmonies of #A64BAB
Complementary color
Monochromatic Colors of #A64BAB
Black with #A64BAB
Text Example
Text Example
White with #A64BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BAB; }
p { color: rgb(166,75,171); }
H1.HeaderClassName
{
color: #A64BAB;
}
.AnyTagClassName
{
color: #A64BAB;
}
</style>
background-color css
<style>
a { background-color: #A64BAB; }
a { background-color: rgb(166,75,171); }
div.DivClassName
{
background-color: #A64BAB;
}
.BgClassName
{
background-color: #A64BAB;
}
</style>
border-color css
<style>
span { border-color: #A64BAB; }
span { border-color: rgb(166,75,171); }
td.TdClassName
{
border-color: #A64BAB;
}
.TagClassName
{
border-color: #A64BAB;
}
</style>