Shades of Violet Blue #AB659D
Tints of Violet Blue #AB659D
RGB
CMYK
RGB Variations
Color information
#AB659D (or 0xAB659D) is known color: Violet Blue. HEX triplet: AB, 65 and 9D. RGB value is (171,101,157). Sum of RGB (Red+Green+Blue) = 171+101+157=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB659D is #549A62. Grayscale: #808080. Windows color (decimal): -5544547 or 10315179. OLE color: 10315179.
HSL color Cylindrical-coordinate representation of color #AB659D: hue angle of 312º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB659D is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 157 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.33 |
| HSL | 312º | 0.29% | 0.53% | - |
| HSV(B) | 312º | 0.41% | 0.67% | - |
| XYZ | 27.53 | 20.4 | 34.38 | - |
| YUV | 128.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 157 | 0 | 0.41 | 0.08 | 0.33 | 312 | 0.29 | 0.53 |
| Hex | AB | 65 | 9D | 0 | 29 | 8 | 21 | 138 | 1D | 35 |
| Octal | 253 | 145 | 235 | 0 | 51 | 10 | 41 | 470 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10011101 | 0 | 101001 | 1000 | 100001 | 100111000 | 11101 | 110101 |
Color Harmonies of #AB659D
Complementary color
Monochromatic Colors of #AB659D
Black with #AB659D
Text Example
Text Example
White with #AB659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB659D; }
p { color: rgb(171,101,157); }
H1.HeaderClassName
{
color: #AB659D;
}
.AnyTagClassName
{
color: #AB659D;
}
</style>
background-color css
<style>
a { background-color: #AB659D; }
a { background-color: rgb(171,101,157); }
div.DivClassName
{
background-color: #AB659D;
}
.BgClassName
{
background-color: #AB659D;
}
</style>
border-color css
<style>
span { border-color: #AB659D; }
span { border-color: rgb(171,101,157); }
td.TdClassName
{
border-color: #AB659D;
}
.TagClassName
{
border-color: #AB659D;
}
</style>