Shades of Violet Blue #AB68AC
Tints of Violet Blue #AB68AC
RGB
CMYK
RGB Variations
Color information
#AB68AC (or 0xAB68AC) is known color: Violet Blue. HEX triplet: AB, 68 and AC. RGB value is (171,104,172). Sum of RGB (Red+Green+Blue) = 171+104+172=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68AC is #549753. Grayscale: #838383. Windows color (decimal): -5543764 or 11298987. OLE color: 11298987.
HSL color Cylindrical-coordinate representation of color #AB68AC: hue angle of 299.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB68AC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 172 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.33 |
| HSL | 299.12º | 0.29% | 0.54% | - |
| HSV(B) | 299.12º | 0.4% | 0.67% | - |
| XYZ | 29.19 | 21.54 | 41.65 | - |
| YUV | 131.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 172 | 0.01 | 0.40 | 0 | 0.33 | 299.12 | 0.29 | 0.54 |
| Hex | AB | 68 | AC | 1 | 28 | 0 | 21 | 12B | 1D | 36 |
| Octal | 253 | 150 | 254 | 1 | 50 | 0 | 41 | 453 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10101100 | 1 | 101000 | 0 | 100001 | 100101011 | 11101 | 110110 |
Color Harmonies of #AB68AC
Complementary color
Monochromatic Colors of #AB68AC
Black with #AB68AC
Text Example
Text Example
White with #AB68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68AC; }
p { color: rgb(171,104,172); }
H1.HeaderClassName
{
color: #AB68AC;
}
.AnyTagClassName
{
color: #AB68AC;
}
</style>
background-color css
<style>
a { background-color: #AB68AC; }
a { background-color: rgb(171,104,172); }
div.DivClassName
{
background-color: #AB68AC;
}
.BgClassName
{
background-color: #AB68AC;
}
</style>
border-color css
<style>
span { border-color: #AB68AC; }
span { border-color: rgb(171,104,172); }
td.TdClassName
{
border-color: #AB68AC;
}
.TagClassName
{
border-color: #AB68AC;
}
</style>