Shades of Violet Blue #AB73AF
Tints of Violet Blue #AB73AF
RGB
CMYK
RGB Variations
Color information
#AB73AF (or 0xAB73AF) is known color: Violet Blue. HEX triplet: AB, 73 and AF. RGB value is (171,115,175). Sum of RGB (Red+Green+Blue) = 171+115+175=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB73AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AF is #548C50. Grayscale: #8A8A8A. Windows color (decimal): -5540945 or 11498411. OLE color: 11498411.
HSL color Cylindrical-coordinate representation of color #AB73AF: hue angle of 296º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB73AF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 115 | 175 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.31 |
| HSL | 296º | 0.27% | 0.57% | - |
| HSV(B) | 296º | 0.34% | 0.69% | - |
| XYZ | 30.66 | 24.01 | 43.58 | - |
| YUV | 138.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 175 | 0.02 | 0.34 | 0 | 0.31 | 296 | 0.27 | 0.57 |
| Hex | AB | 73 | AF | 2 | 22 | 0 | 1F | 128 | 1B | 39 |
| Octal | 253 | 163 | 257 | 2 | 42 | 0 | 37 | 450 | 33 | 71 |
| Binary | 10101011 | 1110011 | 10101111 | 10 | 100010 | 0 | 11111 | 100101000 | 11011 | 111001 |
Color Harmonies of #AB73AF
Complementary color
Monochromatic Colors of #AB73AF
Black with #AB73AF
Text Example
Text Example
White with #AB73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73AF; }
p { color: rgb(171,115,175); }
H1.HeaderClassName
{
color: #AB73AF;
}
.AnyTagClassName
{
color: #AB73AF;
}
</style>
background-color css
<style>
a { background-color: #AB73AF; }
a { background-color: rgb(171,115,175); }
div.DivClassName
{
background-color: #AB73AF;
}
.BgClassName
{
background-color: #AB73AF;
}
</style>
border-color css
<style>
span { border-color: #AB73AF; }
span { border-color: rgb(171,115,175); }
td.TdClassName
{
border-color: #AB73AF;
}
.TagClassName
{
border-color: #AB73AF;
}
</style>