Shades of Violet Blue #AB6DB6
Tints of Violet Blue #AB6DB6
RGB
CMYK
RGB Variations
Color information
#AB6DB6 (or 0xAB6DB6) is known color: Violet Blue. HEX triplet: AB, 6D and B6. RGB value is (171,109,182). Sum of RGB (Red+Green+Blue) = 171+109+182=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB6DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DB6 is #549249. Grayscale: #878787. Windows color (decimal): -5542474 or 11955627. OLE color: 11955627.
HSL color Cylindrical-coordinate representation of color #AB6DB6: hue angle of 290.96º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6DB6 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 109 | 182 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.29 |
| HSL | 290.96º | 0.33% | 0.57% | - |
| HSV(B) | 290.96º | 0.4% | 0.71% | - |
| XYZ | 30.71 | 22.97 | 47.07 | - |
| YUV | 135.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 182 | 0.06 | 0.40 | 0 | 0.29 | 290.96 | 0.33 | 0.57 |
| Hex | AB | 6D | B6 | 6 | 28 | 0 | 1D | 123 | 21 | 39 |
| Octal | 253 | 155 | 266 | 6 | 50 | 0 | 35 | 443 | 41 | 71 |
| Binary | 10101011 | 1101101 | 10110110 | 110 | 101000 | 0 | 11101 | 100100011 | 100001 | 111001 |
Color Harmonies of #AB6DB6
Complementary color
Monochromatic Colors of #AB6DB6
Black with #AB6DB6
Text Example
Text Example
White with #AB6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DB6; }
p { color: rgb(171,109,182); }
H1.HeaderClassName
{
color: #AB6DB6;
}
.AnyTagClassName
{
color: #AB6DB6;
}
</style>
background-color css
<style>
a { background-color: #AB6DB6; }
a { background-color: rgb(171,109,182); }
div.DivClassName
{
background-color: #AB6DB6;
}
.BgClassName
{
background-color: #AB6DB6;
}
</style>
border-color css
<style>
span { border-color: #AB6DB6; }
span { border-color: rgb(171,109,182); }
td.TdClassName
{
border-color: #AB6DB6;
}
.TagClassName
{
border-color: #AB6DB6;
}
</style>