Shades of Violet Blue #AB6699
Tints of Violet Blue #AB6699
RGB
CMYK
RGB Variations
Color information
#AB6699 (or 0xAB6699) is known color: Violet Blue. HEX triplet: AB, 66 and 99. RGB value is (171,102,153). Sum of RGB (Red+Green+Blue) = 171+102+153=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6699 is #549966. Grayscale: #808080. Windows color (decimal): -5544295 or 10053291. OLE color: 10053291.
HSL color Cylindrical-coordinate representation of color #AB6699: hue angle of 315.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6699 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 153 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.33 |
| HSL | 315.65º | 0.29% | 0.54% | - |
| HSV(B) | 315.65º | 0.4% | 0.67% | - |
| XYZ | 27.3 | 20.46 | 32.65 | - |
| YUV | 128.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 153 | 0 | 0.40 | 0.11 | 0.33 | 315.65 | 0.29 | 0.54 |
| Hex | AB | 66 | 99 | 0 | 28 | B | 21 | 13C | 1D | 36 |
| Octal | 253 | 146 | 231 | 0 | 50 | 13 | 41 | 474 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10011001 | 0 | 101000 | 1011 | 100001 | 100111100 | 11101 | 110110 |
Color Harmonies of #AB6699
Complementary color
Monochromatic Colors of #AB6699
Black with #AB6699
Text Example
Text Example
White with #AB6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6699; }
p { color: rgb(171,102,153); }
H1.HeaderClassName
{
color: #AB6699;
}
.AnyTagClassName
{
color: #AB6699;
}
</style>
background-color css
<style>
a { background-color: #AB6699; }
a { background-color: rgb(171,102,153); }
div.DivClassName
{
background-color: #AB6699;
}
.BgClassName
{
background-color: #AB6699;
}
</style>
border-color css
<style>
span { border-color: #AB6699; }
span { border-color: rgb(171,102,153); }
td.TdClassName
{
border-color: #AB6699;
}
.TagClassName
{
border-color: #AB6699;
}
</style>