Shades of Violet Blue #AB77AA
Tints of Violet Blue #AB77AA
RGB
CMYK
RGB Variations
Color information
#AB77AA (or 0xAB77AA) is known color: Violet Blue. HEX triplet: AB, 77 and AA. RGB value is (171,119,170). Sum of RGB (Red+Green+Blue) = 171+119+170=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AA is #548855. Grayscale: #8C8C8C. Windows color (decimal): -5539926 or 11171755. OLE color: 11171755.
HSL color Cylindrical-coordinate representation of color #AB77AA: hue angle of 301.15º 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 #AB77AA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 170 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.33 |
| HSL | 301.15º | 0.24% | 0.57% | - |
| HSV(B) | 301.15º | 0.3% | 0.67% | - |
| XYZ | 30.65 | 24.75 | 41.19 | - |
| YUV | 140.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 170 | 0 | 0.30 | 0.01 | 0.33 | 301.15 | 0.24 | 0.57 |
| Hex | AB | 77 | AA | 0 | 1E | 1 | 21 | 12D | 18 | 39 |
| Octal | 253 | 167 | 252 | 0 | 36 | 1 | 41 | 455 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10101010 | 0 | 11110 | 1 | 100001 | 100101101 | 11000 | 111001 |
Color Harmonies of #AB77AA
Complementary color
Monochromatic Colors of #AB77AA
Black with #AB77AA
Text Example
Text Example
White with #AB77AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77AA; }
p { color: rgb(171,119,170); }
H1.HeaderClassName
{
color: #AB77AA;
}
.AnyTagClassName
{
color: #AB77AA;
}
</style>
background-color css
<style>
a { background-color: #AB77AA; }
a { background-color: rgb(171,119,170); }
div.DivClassName
{
background-color: #AB77AA;
}
.BgClassName
{
background-color: #AB77AA;
}
</style>
border-color css
<style>
span { border-color: #AB77AA; }
span { border-color: rgb(171,119,170); }
td.TdClassName
{
border-color: #AB77AA;
}
.TagClassName
{
border-color: #AB77AA;
}
</style>