Shades of Violet Blue #AB60AB
Tints of Violet Blue #AB60AB
RGB
CMYK
RGB Variations
Color information
#AB60AB (or 0xAB60AB) is known color: Violet Blue. HEX triplet: AB, 60 and AB. RGB value is (171,96,171). Sum of RGB (Red+Green+Blue) = 171+96+171=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60AB is #549F54. Grayscale: #7E7E7E. Windows color (decimal): -5545813 or 11231403. OLE color: 11231403.
HSL color Cylindrical-coordinate representation of color #AB60AB: hue angle of 300º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB60AB is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 171 | - |
| CMYK | 0 | 0.44 | 0 | 0.33 |
| HSL | 300º | 0.31% | 0.52% | - |
| HSV(B) | 300º | 0.44% | 0.67% | - |
| XYZ | 28.33 | 19.96 | 40.89 | - |
| YUV | 126.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 171 | 0 | 0.44 | 0 | 0.33 | 300 | 0.31 | 0.52 |
| Hex | AB | 60 | AB | 0 | 2C | 0 | 21 | 12C | 1F | 34 |
| Octal | 253 | 140 | 253 | 0 | 54 | 0 | 41 | 454 | 37 | 64 |
| Binary | 10101011 | 1100000 | 10101011 | 0 | 101100 | 0 | 100001 | 100101100 | 11111 | 110100 |
Color Harmonies of #AB60AB
Complementary color
Monochromatic Colors of #AB60AB
Black with #AB60AB
Text Example
Text Example
White with #AB60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60AB; }
p { color: rgb(171,96,171); }
H1.HeaderClassName
{
color: #AB60AB;
}
.AnyTagClassName
{
color: #AB60AB;
}
</style>
background-color css
<style>
a { background-color: #AB60AB; }
a { background-color: rgb(171,96,171); }
div.DivClassName
{
background-color: #AB60AB;
}
.BgClassName
{
background-color: #AB60AB;
}
</style>
border-color css
<style>
span { border-color: #AB60AB; }
span { border-color: rgb(171,96,171); }
td.TdClassName
{
border-color: #AB60AB;
}
.TagClassName
{
border-color: #AB60AB;
}
</style>