Shades of Violet Blue #AB6AB6
Tints of Violet Blue #AB6AB6
RGB
CMYK
RGB Variations
Color information
#AB6AB6 (or 0xAB6AB6) is known color: Violet Blue. HEX triplet: AB, 6A and B6. RGB value is (171,106,182). Sum of RGB (Red+Green+Blue) = 171+106+182=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AB6 is #549549. Grayscale: #858585. Windows color (decimal): -5543242 or 11954859. OLE color: 11954859.
HSL color Cylindrical-coordinate representation of color #AB6AB6: hue angle of 291.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6AB6 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 106 | 182 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.29 |
| HSL | 291.32º | 0.34% | 0.56% | - |
| HSV(B) | 291.32º | 0.42% | 0.71% | - |
| XYZ | 30.39 | 22.34 | 46.97 | - |
| YUV | 134.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 182 | 0.06 | 0.42 | 0 | 0.29 | 291.32 | 0.34 | 0.56 |
| Hex | AB | 6A | B6 | 6 | 2A | 0 | 1D | 123 | 22 | 38 |
| Octal | 253 | 152 | 266 | 6 | 52 | 0 | 35 | 443 | 42 | 70 |
| Binary | 10101011 | 1101010 | 10110110 | 110 | 101010 | 0 | 11101 | 100100011 | 100010 | 111000 |
Color Harmonies of #AB6AB6
Complementary color
Monochromatic Colors of #AB6AB6
Black with #AB6AB6
Text Example
Text Example
White with #AB6AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6AB6; }
p { color: rgb(171,106,182); }
H1.HeaderClassName
{
color: #AB6AB6;
}
.AnyTagClassName
{
color: #AB6AB6;
}
</style>
background-color css
<style>
a { background-color: #AB6AB6; }
a { background-color: rgb(171,106,182); }
div.DivClassName
{
background-color: #AB6AB6;
}
.BgClassName
{
background-color: #AB6AB6;
}
</style>
border-color css
<style>
span { border-color: #AB6AB6; }
span { border-color: rgb(171,106,182); }
td.TdClassName
{
border-color: #AB6AB6;
}
.TagClassName
{
border-color: #AB6AB6;
}
</style>