Shades of Violet Blue #AB66AD
Tints of Violet Blue #AB66AD
RGB
CMYK
RGB Variations
Color information
#AB66AD (or 0xAB66AD) is known color: Violet Blue. HEX triplet: AB, 66 and AD. RGB value is (171,102,173). Sum of RGB (Red+Green+Blue) = 171+102+173=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB66AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66AD is #549952. Grayscale: #828282. Windows color (decimal): -5544275 or 11364011. OLE color: 11364011.
HSL color Cylindrical-coordinate representation of color #AB66AD: hue angle of 298.31º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB66AD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 102 | 173 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.32 |
| HSL | 298.31º | 0.3% | 0.54% | - |
| HSV(B) | 298.31º | 0.41% | 0.68% | - |
| XYZ | 29.09 | 21.18 | 42.09 | - |
| YUV | 130.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 173 | 0.01 | 0.41 | 0 | 0.32 | 298.31 | 0.3 | 0.54 |
| Hex | AB | 66 | AD | 1 | 29 | 0 | 20 | 12A | 1E | 36 |
| Octal | 253 | 146 | 255 | 1 | 51 | 0 | 40 | 452 | 36 | 66 |
| Binary | 10101011 | 1100110 | 10101101 | 1 | 101001 | 0 | 100000 | 100101010 | 11110 | 110110 |
Color Harmonies of #AB66AD
Complementary color
Monochromatic Colors of #AB66AD
Black with #AB66AD
Text Example
Text Example
White with #AB66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66AD; }
p { color: rgb(171,102,173); }
H1.HeaderClassName
{
color: #AB66AD;
}
.AnyTagClassName
{
color: #AB66AD;
}
</style>
background-color css
<style>
a { background-color: #AB66AD; }
a { background-color: rgb(171,102,173); }
div.DivClassName
{
background-color: #AB66AD;
}
.BgClassName
{
background-color: #AB66AD;
}
</style>
border-color css
<style>
span { border-color: #AB66AD; }
span { border-color: rgb(171,102,173); }
td.TdClassName
{
border-color: #AB66AD;
}
.TagClassName
{
border-color: #AB66AD;
}
</style>