Shades of Violet Blue #AB77AB
Tints of Violet Blue #AB77AB
RGB
CMYK
RGB Variations
Color information
#AB77AB (or 0xAB77AB) is known color: Violet Blue. HEX triplet: AB, 77 and AB. RGB value is (171,119,171). Sum of RGB (Red+Green+Blue) = 171+119+171=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AB is #548854. Grayscale: #8C8C8C. Windows color (decimal): -5539925 or 11237291. OLE color: 11237291.
HSL color Cylindrical-coordinate representation of color #AB77AB: hue angle of 300º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB77AB is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 171 | - |
| CMYK | 0 | 0.30 | 0 | 0.33 |
| HSL | 300º | 0.24% | 0.57% | - |
| HSV(B) | 300º | 0.3% | 0.67% | - |
| XYZ | 30.74 | 24.79 | 41.69 | - |
| YUV | 140.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 171 | 0 | 0.30 | 0 | 0.33 | 300 | 0.24 | 0.57 |
| Hex | AB | 77 | AB | 0 | 1E | 0 | 21 | 12C | 18 | 39 |
| Octal | 253 | 167 | 253 | 0 | 36 | 0 | 41 | 454 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10101011 | 0 | 11110 | 0 | 100001 | 100101100 | 11000 | 111001 |
Color Harmonies of #AB77AB
Complementary color
Monochromatic Colors of #AB77AB
Black with #AB77AB
Text Example
Text Example
White with #AB77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77AB; }
p { color: rgb(171,119,171); }
H1.HeaderClassName
{
color: #AB77AB;
}
.AnyTagClassName
{
color: #AB77AB;
}
</style>
background-color css
<style>
a { background-color: #AB77AB; }
a { background-color: rgb(171,119,171); }
div.DivClassName
{
background-color: #AB77AB;
}
.BgClassName
{
background-color: #AB77AB;
}
</style>
border-color css
<style>
span { border-color: #AB77AB; }
span { border-color: rgb(171,119,171); }
td.TdClassName
{
border-color: #AB77AB;
}
.TagClassName
{
border-color: #AB77AB;
}
</style>