Shades of Violet Blue #AB68B4
Tints of Violet Blue #AB68B4
RGB
CMYK
RGB Variations
Color information
#AB68B4 (or 0xAB68B4) is known color: Violet Blue. HEX triplet: AB, 68 and B4. RGB value is (171,104,180). Sum of RGB (Red+Green+Blue) = 171+104+180=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB68B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68B4 is #54974B. Grayscale: #848484. Windows color (decimal): -5543756 or 11823275. OLE color: 11823275.
HSL color Cylindrical-coordinate representation of color #AB68B4: hue angle of 292.89º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB68B4 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 104 | 180 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.29 |
| HSL | 292.89º | 0.34% | 0.56% | - |
| HSV(B) | 292.89º | 0.42% | 0.71% | - |
| XYZ | 29.98 | 21.85 | 45.82 | - |
| YUV | 132.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 180 | 0.05 | 0.42 | 0 | 0.29 | 292.89 | 0.34 | 0.56 |
| Hex | AB | 68 | B4 | 5 | 2A | 0 | 1D | 125 | 22 | 38 |
| Octal | 253 | 150 | 264 | 5 | 52 | 0 | 35 | 445 | 42 | 70 |
| Binary | 10101011 | 1101000 | 10110100 | 101 | 101010 | 0 | 11101 | 100100101 | 100010 | 111000 |
Color Harmonies of #AB68B4
Complementary color
Monochromatic Colors of #AB68B4
Black with #AB68B4
Text Example
Text Example
White with #AB68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68B4; }
p { color: rgb(171,104,180); }
H1.HeaderClassName
{
color: #AB68B4;
}
.AnyTagClassName
{
color: #AB68B4;
}
</style>
background-color css
<style>
a { background-color: #AB68B4; }
a { background-color: rgb(171,104,180); }
div.DivClassName
{
background-color: #AB68B4;
}
.BgClassName
{
background-color: #AB68B4;
}
</style>
border-color css
<style>
span { border-color: #AB68B4; }
span { border-color: rgb(171,104,180); }
td.TdClassName
{
border-color: #AB68B4;
}
.TagClassName
{
border-color: #AB68B4;
}
</style>