Shades of Violet Blue #AB65A6
Tints of Violet Blue #AB65A6
RGB
CMYK
RGB Variations
Color information
#AB65A6 (or 0xAB65A6) is known color: Violet Blue. HEX triplet: AB, 65 and A6. RGB value is (171,101,166). Sum of RGB (Red+Green+Blue) = 171+101+166=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A6 is #549A59. Grayscale: #818181. Windows color (decimal): -5544538 or 10905003. OLE color: 10905003.
HSL color Cylindrical-coordinate representation of color #AB65A6: hue angle of 304.29º 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 #AB65A6 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 166 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.33 |
| HSL | 304.29º | 0.29% | 0.53% | - |
| HSV(B) | 304.29º | 0.41% | 0.67% | - |
| XYZ | 28.33 | 20.72 | 38.58 | - |
| YUV | 129.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 166 | 0 | 0.41 | 0.03 | 0.33 | 304.29 | 0.29 | 0.53 |
| Hex | AB | 65 | A6 | 0 | 29 | 3 | 21 | 130 | 1D | 35 |
| Octal | 253 | 145 | 246 | 0 | 51 | 3 | 41 | 460 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10100110 | 0 | 101001 | 11 | 100001 | 100110000 | 11101 | 110101 |
Color Harmonies of #AB65A6
Complementary color
Monochromatic Colors of #AB65A6
Black with #AB65A6
Text Example
Text Example
White with #AB65A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65A6; }
p { color: rgb(171,101,166); }
H1.HeaderClassName
{
color: #AB65A6;
}
.AnyTagClassName
{
color: #AB65A6;
}
</style>
background-color css
<style>
a { background-color: #AB65A6; }
a { background-color: rgb(171,101,166); }
div.DivClassName
{
background-color: #AB65A6;
}
.BgClassName
{
background-color: #AB65A6;
}
</style>
border-color css
<style>
span { border-color: #AB65A6; }
span { border-color: rgb(171,101,166); }
td.TdClassName
{
border-color: #AB65A6;
}
.TagClassName
{
border-color: #AB65A6;
}
</style>