Shades of Violet Blue #AB679B
Tints of Violet Blue #AB679B
RGB
CMYK
RGB Variations
Color information
#AB679B (or 0xAB679B) is known color: Violet Blue. HEX triplet: AB, 67 and 9B. RGB value is (171,103,155). Sum of RGB (Red+Green+Blue) = 171+103+155=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB679B is #549864. Grayscale: #818181. Windows color (decimal): -5544037 or 10184619. OLE color: 10184619.
HSL color Cylindrical-coordinate representation of color #AB679B: hue angle of 314.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 #AB679B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 155 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.33 |
| HSL | 314.12º | 0.29% | 0.54% | - |
| HSV(B) | 314.12º | 0.4% | 0.67% | - |
| XYZ | 27.56 | 20.72 | 33.56 | - |
| YUV | 129.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 155 | 0 | 0.40 | 0.09 | 0.33 | 314.12 | 0.29 | 0.54 |
| Hex | AB | 67 | 9B | 0 | 28 | 9 | 21 | 13A | 1D | 36 |
| Octal | 253 | 147 | 233 | 0 | 50 | 11 | 41 | 472 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10011011 | 0 | 101000 | 1001 | 100001 | 100111010 | 11101 | 110110 |
Color Harmonies of #AB679B
Complementary color
Monochromatic Colors of #AB679B
Black with #AB679B
Text Example
Text Example
White with #AB679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB679B; }
p { color: rgb(171,103,155); }
H1.HeaderClassName
{
color: #AB679B;
}
.AnyTagClassName
{
color: #AB679B;
}
</style>
background-color css
<style>
a { background-color: #AB679B; }
a { background-color: rgb(171,103,155); }
div.DivClassName
{
background-color: #AB679B;
}
.BgClassName
{
background-color: #AB679B;
}
</style>
border-color css
<style>
span { border-color: #AB679B; }
span { border-color: rgb(171,103,155); }
td.TdClassName
{
border-color: #AB679B;
}
.TagClassName
{
border-color: #AB679B;
}
</style>