Shades of Violet Blue #A664AB
Tints of Violet Blue #A664AB
RGB
CMYK
RGB Variations
Color information
#A664AB (or 0xA664AB) is known color: Violet Blue. HEX triplet: A6, 64 and AB. RGB value is (166,100,171). Sum of RGB (Red+Green+Blue) = 166+100+171=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A664AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664AB is #599B54. Grayscale: #7F7F7F. Windows color (decimal): -5872469 or 11232422. OLE color: 11232422.
HSL color Cylindrical-coordinate representation of color #A664AB: hue angle of 295.77º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A664AB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 100 | 171 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.33 |
| HSL | 295.77º | 0.3% | 0.53% | - |
| HSV(B) | 295.77º | 0.42% | 0.67% | - |
| XYZ | 27.63 | 20.16 | 40.96 | - |
| YUV | 127.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 171 | 0.03 | 0.42 | 0 | 0.33 | 295.77 | 0.3 | 0.53 |
| Hex | A6 | 64 | AB | 3 | 2A | 0 | 21 | 128 | 1E | 35 |
| Octal | 246 | 144 | 253 | 3 | 52 | 0 | 41 | 450 | 36 | 65 |
| Binary | 10100110 | 1100100 | 10101011 | 11 | 101010 | 0 | 100001 | 100101000 | 11110 | 110101 |
Color Harmonies of #A664AB
Complementary color
Monochromatic Colors of #A664AB
Black with #A664AB
Text Example
Text Example
White with #A664AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664AB; }
p { color: rgb(166,100,171); }
H1.HeaderClassName
{
color: #A664AB;
}
.AnyTagClassName
{
color: #A664AB;
}
</style>
background-color css
<style>
a { background-color: #A664AB; }
a { background-color: rgb(166,100,171); }
div.DivClassName
{
background-color: #A664AB;
}
.BgClassName
{
background-color: #A664AB;
}
</style>
border-color css
<style>
span { border-color: #A664AB; }
span { border-color: rgb(166,100,171); }
td.TdClassName
{
border-color: #A664AB;
}
.TagClassName
{
border-color: #A664AB;
}
</style>