Shades of Violet Blue #AB6FAC
Tints of Violet Blue #AB6FAC
RGB
CMYK
RGB Variations
Color information
#AB6FAC (or 0xAB6FAC) is known color: Violet Blue. HEX triplet: AB, 6F and AC. RGB value is (171,111,172). Sum of RGB (Red+Green+Blue) = 171+111+172=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FAC is #549053. Grayscale: #878787. Windows color (decimal): -5541972 or 11300779. OLE color: 11300779.
HSL color Cylindrical-coordinate representation of color #AB6FAC: hue angle of 299.02º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB6FAC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 172 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.33 |
| HSL | 299.02º | 0.27% | 0.55% | - |
| HSV(B) | 299.02º | 0.35% | 0.67% | - |
| XYZ | 29.93 | 23.01 | 41.89 | - |
| YUV | 135.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 172 | 0.01 | 0.35 | 0 | 0.33 | 299.02 | 0.27 | 0.55 |
| Hex | AB | 6F | AC | 1 | 23 | 0 | 21 | 12B | 1B | 37 |
| Octal | 253 | 157 | 254 | 1 | 43 | 0 | 41 | 453 | 33 | 67 |
| Binary | 10101011 | 1101111 | 10101100 | 1 | 100011 | 0 | 100001 | 100101011 | 11011 | 110111 |
Color Harmonies of #AB6FAC
Complementary color
Monochromatic Colors of #AB6FAC
Black with #AB6FAC
Text Example
Text Example
White with #AB6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FAC; }
p { color: rgb(171,111,172); }
H1.HeaderClassName
{
color: #AB6FAC;
}
.AnyTagClassName
{
color: #AB6FAC;
}
</style>
background-color css
<style>
a { background-color: #AB6FAC; }
a { background-color: rgb(171,111,172); }
div.DivClassName
{
background-color: #AB6FAC;
}
.BgClassName
{
background-color: #AB6FAC;
}
</style>
border-color css
<style>
span { border-color: #AB6FAC; }
span { border-color: rgb(171,111,172); }
td.TdClassName
{
border-color: #AB6FAC;
}
.TagClassName
{
border-color: #AB6FAC;
}
</style>