Shades of Violet Blue #AB6BB0
Tints of Violet Blue #AB6BB0
RGB
CMYK
RGB Variations
Color information
#AB6BB0 (or 0xAB6BB0) is known color: Violet Blue. HEX triplet: AB, 6B and B0. RGB value is (171,107,176). Sum of RGB (Red+Green+Blue) = 171+107+176=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB6BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6BB0 is #54944F. Grayscale: #858585. Windows color (decimal): -5542992 or 11561899. OLE color: 11561899.
HSL color Cylindrical-coordinate representation of color #AB6BB0: hue angle of 295.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6BB0 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 107 | 176 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.31 |
| HSL | 295.65º | 0.3% | 0.55% | - |
| HSV(B) | 295.65º | 0.39% | 0.69% | - |
| XYZ | 29.89 | 22.31 | 43.8 | - |
| YUV | 134 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 176 | 0.03 | 0.39 | 0 | 0.31 | 295.65 | 0.3 | 0.55 |
| Hex | AB | 6B | B0 | 3 | 27 | 0 | 1F | 128 | 1E | 37 |
| Octal | 253 | 153 | 260 | 3 | 47 | 0 | 37 | 450 | 36 | 67 |
| Binary | 10101011 | 1101011 | 10110000 | 11 | 100111 | 0 | 11111 | 100101000 | 11110 | 110111 |
Color Harmonies of #AB6BB0
Complementary color
Monochromatic Colors of #AB6BB0
Black with #AB6BB0
Text Example
Text Example
White with #AB6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BB0; }
p { color: rgb(171,107,176); }
H1.HeaderClassName
{
color: #AB6BB0;
}
.AnyTagClassName
{
color: #AB6BB0;
}
</style>
background-color css
<style>
a { background-color: #AB6BB0; }
a { background-color: rgb(171,107,176); }
div.DivClassName
{
background-color: #AB6BB0;
}
.BgClassName
{
background-color: #AB6BB0;
}
</style>
border-color css
<style>
span { border-color: #AB6BB0; }
span { border-color: rgb(171,107,176); }
td.TdClassName
{
border-color: #AB6BB0;
}
.TagClassName
{
border-color: #AB6BB0;
}
</style>