Shades of Violet Blue #AB6BB5
Tints of Violet Blue #AB6BB5
RGB
CMYK
RGB Variations
Color information
#AB6BB5 (or 0xAB6BB5) is known color: Violet Blue. HEX triplet: AB, 6B and B5. RGB value is (171,107,181). Sum of RGB (Red+Green+Blue) = 171+107+181=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB6BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BB5 is #54944A. Grayscale: #868686. Windows color (decimal): -5542987 or 11889579. OLE color: 11889579.
HSL color Cylindrical-coordinate representation of color #AB6BB5: hue angle of 291.89º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6BB5 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 107 | 181 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.29 |
| HSL | 291.89º | 0.33% | 0.56% | - |
| HSV(B) | 291.89º | 0.41% | 0.71% | - |
| XYZ | 30.39 | 22.51 | 46.46 | - |
| YUV | 134.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 181 | 0.06 | 0.41 | 0 | 0.29 | 291.89 | 0.33 | 0.56 |
| Hex | AB | 6B | B5 | 6 | 29 | 0 | 1D | 124 | 21 | 38 |
| Octal | 253 | 153 | 265 | 6 | 51 | 0 | 35 | 444 | 41 | 70 |
| Binary | 10101011 | 1101011 | 10110101 | 110 | 101001 | 0 | 11101 | 100100100 | 100001 | 111000 |
Color Harmonies of #AB6BB5
Complementary color
Monochromatic Colors of #AB6BB5
Black with #AB6BB5
Text Example
Text Example
White with #AB6BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BB5; }
p { color: rgb(171,107,181); }
H1.HeaderClassName
{
color: #AB6BB5;
}
.AnyTagClassName
{
color: #AB6BB5;
}
</style>
background-color css
<style>
a { background-color: #AB6BB5; }
a { background-color: rgb(171,107,181); }
div.DivClassName
{
background-color: #AB6BB5;
}
.BgClassName
{
background-color: #AB6BB5;
}
</style>
border-color css
<style>
span { border-color: #AB6BB5; }
span { border-color: rgb(171,107,181); }
td.TdClassName
{
border-color: #AB6BB5;
}
.TagClassName
{
border-color: #AB6BB5;
}
</style>