Shades of Violet Blue #AB6C9F
Tints of Violet Blue #AB6C9F
RGB
CMYK
RGB Variations
Color information
#AB6C9F (or 0xAB6C9F) is known color: Violet Blue. HEX triplet: AB, 6C and 9F. RGB value is (171,108,159). Sum of RGB (Red+Green+Blue) = 171+108+159=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6C9F is #549360. Grayscale: #848484. Windows color (decimal): -5542753 or 10448043. OLE color: 10448043.
HSL color Cylindrical-coordinate representation of color #AB6C9F: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6C9F is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 108 | 159 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.33 |
| HSL | 311.43º | 0.27% | 0.55% | - |
| HSV(B) | 311.43º | 0.37% | 0.67% | - |
| XYZ | 28.42 | 21.89 | 35.53 | - |
| YUV | 132.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 159 | 0 | 0.37 | 0.07 | 0.33 | 311.43 | 0.27 | 0.55 |
| Hex | AB | 6C | 9F | 0 | 25 | 7 | 21 | 137 | 1B | 37 |
| Octal | 253 | 154 | 237 | 0 | 45 | 7 | 41 | 467 | 33 | 67 |
| Binary | 10101011 | 1101100 | 10011111 | 0 | 100101 | 111 | 100001 | 100110111 | 11011 | 110111 |
Color Harmonies of #AB6C9F
Complementary color
Monochromatic Colors of #AB6C9F
Black with #AB6C9F
Text Example
Text Example
White with #AB6C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6C9F; }
p { color: rgb(171,108,159); }
H1.HeaderClassName
{
color: #AB6C9F;
}
.AnyTagClassName
{
color: #AB6C9F;
}
</style>
background-color css
<style>
a { background-color: #AB6C9F; }
a { background-color: rgb(171,108,159); }
div.DivClassName
{
background-color: #AB6C9F;
}
.BgClassName
{
background-color: #AB6C9F;
}
</style>
border-color css
<style>
span { border-color: #AB6C9F; }
span { border-color: rgb(171,108,159); }
td.TdClassName
{
border-color: #AB6C9F;
}
.TagClassName
{
border-color: #AB6C9F;
}
</style>