Shades of Violet Blue #AB6CA6
Tints of Violet Blue #AB6CA6
RGB
CMYK
RGB Variations
Color information
#AB6CA6 (or 0xAB6CA6) is known color: Violet Blue. HEX triplet: AB, 6C and A6. RGB value is (171,108,166). Sum of RGB (Red+Green+Blue) = 171+108+166=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CA6 is #549359. Grayscale: #858585. Windows color (decimal): -5542746 or 10906795. OLE color: 10906795.
HSL color Cylindrical-coordinate representation of color #AB6CA6: hue angle of 304.76º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6CA6 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 166 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.33 |
| HSL | 304.76º | 0.27% | 0.55% | - |
| HSV(B) | 304.76º | 0.37% | 0.67% | - |
| XYZ | 29.04 | 22.14 | 38.82 | - |
| YUV | 133.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 166 | 0 | 0.37 | 0.03 | 0.33 | 304.76 | 0.27 | 0.55 |
| Hex | AB | 6C | A6 | 0 | 25 | 3 | 21 | 131 | 1B | 37 |
| Octal | 253 | 154 | 246 | 0 | 45 | 3 | 41 | 461 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10100110 | 0 | 100101 | 11 | 100001 | 100110001 | 11011 | 110111 |
Color Harmonies of #AB6CA6
Complementary color
Monochromatic Colors of #AB6CA6
Black with #AB6CA6
Text Example
Text Example
White with #AB6CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CA6; }
p { color: rgb(171,108,166); }
H1.HeaderClassName
{
color: #AB6CA6;
}
.AnyTagClassName
{
color: #AB6CA6;
}
</style>
background-color css
<style>
a { background-color: #AB6CA6; }
a { background-color: rgb(171,108,166); }
div.DivClassName
{
background-color: #AB6CA6;
}
.BgClassName
{
background-color: #AB6CA6;
}
</style>
border-color css
<style>
span { border-color: #AB6CA6; }
span { border-color: rgb(171,108,166); }
td.TdClassName
{
border-color: #AB6CA6;
}
.TagClassName
{
border-color: #AB6CA6;
}
</style>