Shades of Violet Blue #AB6DB2
Tints of Violet Blue #AB6DB2
RGB
CMYK
RGB Variations
Color information
#AB6DB2 (or 0xAB6DB2) is known color: Violet Blue. HEX triplet: AB, 6D and B2. RGB value is (171,109,178). Sum of RGB (Red+Green+Blue) = 171+109+178=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB6DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6DB2 is #54924D. Grayscale: #878787. Windows color (decimal): -5542478 or 11693483. OLE color: 11693483.
HSL color Cylindrical-coordinate representation of color #AB6DB2: hue angle of 293.91º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6DB2 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 109 | 178 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.30 |
| HSL | 293.91º | 0.31% | 0.56% | - |
| HSV(B) | 293.91º | 0.39% | 0.7% | - |
| XYZ | 30.3 | 22.81 | 44.93 | - |
| YUV | 135.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 178 | 0.04 | 0.39 | 0 | 0.30 | 293.91 | 0.31 | 0.56 |
| Hex | AB | 6D | B2 | 4 | 27 | 0 | 1E | 126 | 1F | 38 |
| Octal | 253 | 155 | 262 | 4 | 47 | 0 | 36 | 446 | 37 | 70 |
| Binary | 10101011 | 1101101 | 10110010 | 100 | 100111 | 0 | 11110 | 100100110 | 11111 | 111000 |
Color Harmonies of #AB6DB2
Complementary color
Monochromatic Colors of #AB6DB2
Black with #AB6DB2
Text Example
Text Example
White with #AB6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DB2; }
p { color: rgb(171,109,178); }
H1.HeaderClassName
{
color: #AB6DB2;
}
.AnyTagClassName
{
color: #AB6DB2;
}
</style>
background-color css
<style>
a { background-color: #AB6DB2; }
a { background-color: rgb(171,109,178); }
div.DivClassName
{
background-color: #AB6DB2;
}
.BgClassName
{
background-color: #AB6DB2;
}
</style>
border-color css
<style>
span { border-color: #AB6DB2; }
span { border-color: rgb(171,109,178); }
td.TdClassName
{
border-color: #AB6DB2;
}
.TagClassName
{
border-color: #AB6DB2;
}
</style>