Shades of Violet Blue #AB65AC
Tints of Violet Blue #AB65AC
RGB
CMYK
RGB Variations
Color information
#AB65AC (or 0xAB65AC) is known color: Violet Blue. HEX triplet: AB, 65 and AC. RGB value is (171,101,172). Sum of RGB (Red+Green+Blue) = 171+101+172=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65AC is #549A53. Grayscale: #818181. Windows color (decimal): -5544532 or 11298219. OLE color: 11298219.
HSL color Cylindrical-coordinate representation of color #AB65AC: hue angle of 299.15º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB65AC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 172 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.33 |
| HSL | 299.15º | 0.3% | 0.54% | - |
| HSV(B) | 299.15º | 0.41% | 0.67% | - |
| XYZ | 28.89 | 20.94 | 41.55 | - |
| YUV | 130.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 172 | 0.01 | 0.41 | 0 | 0.33 | 299.15 | 0.3 | 0.54 |
| Hex | AB | 65 | AC | 1 | 29 | 0 | 21 | 12B | 1E | 36 |
| Octal | 253 | 145 | 254 | 1 | 51 | 0 | 41 | 453 | 36 | 66 |
| Binary | 10101011 | 1100101 | 10101100 | 1 | 101001 | 0 | 100001 | 100101011 | 11110 | 110110 |
Color Harmonies of #AB65AC
Complementary color
Monochromatic Colors of #AB65AC
Black with #AB65AC
Text Example
Text Example
White with #AB65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65AC; }
p { color: rgb(171,101,172); }
H1.HeaderClassName
{
color: #AB65AC;
}
.AnyTagClassName
{
color: #AB65AC;
}
</style>
background-color css
<style>
a { background-color: #AB65AC; }
a { background-color: rgb(171,101,172); }
div.DivClassName
{
background-color: #AB65AC;
}
.BgClassName
{
background-color: #AB65AC;
}
</style>
border-color css
<style>
span { border-color: #AB65AC; }
span { border-color: rgb(171,101,172); }
td.TdClassName
{
border-color: #AB65AC;
}
.TagClassName
{
border-color: #AB65AC;
}
</style>