Shades of Violet Blue #AB73AA
Tints of Violet Blue #AB73AA
RGB
CMYK
RGB Variations
Color information
#AB73AA (or 0xAB73AA) is known color: Violet Blue. HEX triplet: AB, 73 and AA. RGB value is (171,115,170). Sum of RGB (Red+Green+Blue) = 171+115+170=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AA is #548C55. Grayscale: #898989. Windows color (decimal): -5540950 or 11170731. OLE color: 11170731.
HSL color Cylindrical-coordinate representation of color #AB73AA: hue angle of 301.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB73AA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 170 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.33 |
| HSL | 301.07º | 0.25% | 0.56% | - |
| HSV(B) | 301.07º | 0.33% | 0.67% | - |
| XYZ | 30.18 | 23.82 | 41.04 | - |
| YUV | 138.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 170 | 0 | 0.33 | 0.01 | 0.33 | 301.07 | 0.25 | 0.56 |
| Hex | AB | 73 | AA | 0 | 21 | 1 | 21 | 12D | 19 | 38 |
| Octal | 253 | 163 | 252 | 0 | 41 | 1 | 41 | 455 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10101010 | 0 | 100001 | 1 | 100001 | 100101101 | 11001 | 111000 |
Color Harmonies of #AB73AA
Complementary color
Monochromatic Colors of #AB73AA
Black with #AB73AA
Text Example
Text Example
White with #AB73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73AA; }
p { color: rgb(171,115,170); }
H1.HeaderClassName
{
color: #AB73AA;
}
.AnyTagClassName
{
color: #AB73AA;
}
</style>
background-color css
<style>
a { background-color: #AB73AA; }
a { background-color: rgb(171,115,170); }
div.DivClassName
{
background-color: #AB73AA;
}
.BgClassName
{
background-color: #AB73AA;
}
</style>
border-color css
<style>
span { border-color: #AB73AA; }
span { border-color: rgb(171,115,170); }
td.TdClassName
{
border-color: #AB73AA;
}
.TagClassName
{
border-color: #AB73AA;
}
</style>