Shades of Violet Blue #AB68AB
Tints of Violet Blue #AB68AB
RGB
CMYK
RGB Variations
Color information
#AB68AB (or 0xAB68AB) is known color: Violet Blue. HEX triplet: AB, 68 and AB. RGB value is (171,104,171). Sum of RGB (Red+Green+Blue) = 171+104+171=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68AB is #549754. Grayscale: #838383. Windows color (decimal): -5543765 or 11233451. OLE color: 11233451.
HSL color Cylindrical-coordinate representation of color #AB68AB: hue angle of 300º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB68AB is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 171 | - |
| CMYK | 0 | 0.39 | 0 | 0.33 |
| HSL | 300º | 0.29% | 0.54% | - |
| HSV(B) | 300º | 0.39% | 0.67% | - |
| XYZ | 29.1 | 21.5 | 41.14 | - |
| YUV | 131.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 171 | 0 | 0.39 | 0 | 0.33 | 300 | 0.29 | 0.54 |
| Hex | AB | 68 | AB | 0 | 27 | 0 | 21 | 12C | 1D | 36 |
| Octal | 253 | 150 | 253 | 0 | 47 | 0 | 41 | 454 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10101011 | 0 | 100111 | 0 | 100001 | 100101100 | 11101 | 110110 |
Color Harmonies of #AB68AB
Complementary color
Monochromatic Colors of #AB68AB
Black with #AB68AB
Text Example
Text Example
White with #AB68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68AB; }
p { color: rgb(171,104,171); }
H1.HeaderClassName
{
color: #AB68AB;
}
.AnyTagClassName
{
color: #AB68AB;
}
</style>
background-color css
<style>
a { background-color: #AB68AB; }
a { background-color: rgb(171,104,171); }
div.DivClassName
{
background-color: #AB68AB;
}
.BgClassName
{
background-color: #AB68AB;
}
</style>
border-color css
<style>
span { border-color: #AB68AB; }
span { border-color: rgb(171,104,171); }
td.TdClassName
{
border-color: #AB68AB;
}
.TagClassName
{
border-color: #AB68AB;
}
</style>