Shades of Violet Blue #AB68A7
Tints of Violet Blue #AB68A7
RGB
CMYK
RGB Variations
Color information
#AB68A7 (or 0xAB68A7) is known color: Violet Blue. HEX triplet: AB, 68 and A7. RGB value is (171,104,167). Sum of RGB (Red+Green+Blue) = 171+104+167=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB68A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB68A7 is #549758. Grayscale: #838383. Windows color (decimal): -5543769 or 10971307. OLE color: 10971307.
HSL color Cylindrical-coordinate representation of color #AB68A7: hue angle of 303.58º 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 #AB68A7 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 167 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.33 |
| HSL | 303.58º | 0.29% | 0.54% | - |
| HSV(B) | 303.58º | 0.39% | 0.67% | - |
| XYZ | 28.72 | 21.35 | 39.17 | - |
| YUV | 131.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 167 | 0 | 0.39 | 0.02 | 0.33 | 303.58 | 0.29 | 0.54 |
| Hex | AB | 68 | A7 | 0 | 27 | 2 | 21 | 130 | 1D | 36 |
| Octal | 253 | 150 | 247 | 0 | 47 | 2 | 41 | 460 | 35 | 66 |
| Binary | 10101011 | 1101000 | 10100111 | 0 | 100111 | 10 | 100001 | 100110000 | 11101 | 110110 |
Color Harmonies of #AB68A7
Complementary color
Monochromatic Colors of #AB68A7
Black with #AB68A7
Text Example
Text Example
White with #AB68A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68A7; }
p { color: rgb(171,104,167); }
H1.HeaderClassName
{
color: #AB68A7;
}
.AnyTagClassName
{
color: #AB68A7;
}
</style>
background-color css
<style>
a { background-color: #AB68A7; }
a { background-color: rgb(171,104,167); }
div.DivClassName
{
background-color: #AB68A7;
}
.BgClassName
{
background-color: #AB68A7;
}
</style>
border-color css
<style>
span { border-color: #AB68A7; }
span { border-color: rgb(171,104,167); }
td.TdClassName
{
border-color: #AB68A7;
}
.TagClassName
{
border-color: #AB68A7;
}
</style>