Shades of Violet Blue #AB68AE
Tints of Violet Blue #AB68AE
RGB
CMYK
RGB Variations
Color information
#AB68AE (or 0xAB68AE) is known color: Violet Blue. HEX triplet: AB, 68 and AE. RGB value is (171,104,174). Sum of RGB (Red+Green+Blue) = 171+104+174=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68AE is #549751. Grayscale: #838383. Windows color (decimal): -5543762 or 11430059. OLE color: 11430059.
HSL color Cylindrical-coordinate representation of color #AB68AE: hue angle of 297.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB68AE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 104 | 174 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.32 |
| HSL | 297.43º | 0.3% | 0.55% | - |
| HSV(B) | 297.43º | 0.4% | 0.68% | - |
| XYZ | 29.38 | 21.61 | 42.67 | - |
| YUV | 132.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 174 | 0.02 | 0.40 | 0 | 0.32 | 297.43 | 0.3 | 0.55 |
| Hex | AB | 68 | AE | 2 | 28 | 0 | 20 | 129 | 1E | 37 |
| Octal | 253 | 150 | 256 | 2 | 50 | 0 | 40 | 451 | 36 | 67 |
| Binary | 10101011 | 1101000 | 10101110 | 10 | 101000 | 0 | 100000 | 100101001 | 11110 | 110111 |
Color Harmonies of #AB68AE
Complementary color
Monochromatic Colors of #AB68AE
Black with #AB68AE
Text Example
Text Example
White with #AB68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68AE; }
p { color: rgb(171,104,174); }
H1.HeaderClassName
{
color: #AB68AE;
}
.AnyTagClassName
{
color: #AB68AE;
}
</style>
background-color css
<style>
a { background-color: #AB68AE; }
a { background-color: rgb(171,104,174); }
div.DivClassName
{
background-color: #AB68AE;
}
.BgClassName
{
background-color: #AB68AE;
}
</style>
border-color css
<style>
span { border-color: #AB68AE; }
span { border-color: rgb(171,104,174); }
td.TdClassName
{
border-color: #AB68AE;
}
.TagClassName
{
border-color: #AB68AE;
}
</style>