Shades of Violet Blue #AB65AB
Tints of Violet Blue #AB65AB
RGB
CMYK
RGB Variations
Color information
#AB65AB (or 0xAB65AB) is known color: Violet Blue. HEX triplet: AB, 65 and AB. RGB value is (171,101,171). Sum of RGB (Red+Green+Blue) = 171+101+171=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65AB is #549A54. Grayscale: #818181. Windows color (decimal): -5544533 or 11232683. OLE color: 11232683.
HSL color Cylindrical-coordinate representation of color #AB65AB: hue angle of 300º 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 #AB65AB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 171 | - |
| CMYK | 0 | 0.41 | 0 | 0.33 |
| HSL | 300º | 0.29% | 0.53% | - |
| HSV(B) | 300º | 0.41% | 0.67% | - |
| XYZ | 28.8 | 20.91 | 41.05 | - |
| YUV | 129.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 171 | 0 | 0.41 | 0 | 0.33 | 300 | 0.29 | 0.53 |
| Hex | AB | 65 | AB | 0 | 29 | 0 | 21 | 12C | 1D | 35 |
| Octal | 253 | 145 | 253 | 0 | 51 | 0 | 41 | 454 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10101011 | 0 | 101001 | 0 | 100001 | 100101100 | 11101 | 110101 |
Color Harmonies of #AB65AB
Complementary color
Monochromatic Colors of #AB65AB
Black with #AB65AB
Text Example
Text Example
White with #AB65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65AB; }
p { color: rgb(171,101,171); }
H1.HeaderClassName
{
color: #AB65AB;
}
.AnyTagClassName
{
color: #AB65AB;
}
</style>
background-color css
<style>
a { background-color: #AB65AB; }
a { background-color: rgb(171,101,171); }
div.DivClassName
{
background-color: #AB65AB;
}
.BgClassName
{
background-color: #AB65AB;
}
</style>
border-color css
<style>
span { border-color: #AB65AB; }
span { border-color: rgb(171,101,171); }
td.TdClassName
{
border-color: #AB65AB;
}
.TagClassName
{
border-color: #AB65AB;
}
</style>