Shades of Violet Blue #AB63AD
Tints of Violet Blue #AB63AD
RGB
CMYK
RGB Variations
Color information
#AB63AD (or 0xAB63AD) is known color: Violet Blue. HEX triplet: AB, 63 and AD. RGB value is (171,99,173). Sum of RGB (Red+Green+Blue) = 171+99+173=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB63AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63AD is #549C52. Grayscale: #808080. Windows color (decimal): -5545043 or 11363243. OLE color: 11363243.
HSL color Cylindrical-coordinate representation of color #AB63AD: hue angle of 298.38º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB63AD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 99 | 173 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.32 |
| HSL | 298.38º | 0.31% | 0.53% | - |
| HSV(B) | 298.38º | 0.43% | 0.68% | - |
| XYZ | 28.8 | 20.6 | 41.99 | - |
| YUV | 128.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 173 | 0.01 | 0.43 | 0 | 0.32 | 298.38 | 0.31 | 0.53 |
| Hex | AB | 63 | AD | 1 | 2B | 0 | 20 | 12A | 1F | 35 |
| Octal | 253 | 143 | 255 | 1 | 53 | 0 | 40 | 452 | 37 | 65 |
| Binary | 10101011 | 1100011 | 10101101 | 1 | 101011 | 0 | 100000 | 100101010 | 11111 | 110101 |
Color Harmonies of #AB63AD
Complementary color
Monochromatic Colors of #AB63AD
Black with #AB63AD
Text Example
Text Example
White with #AB63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63AD; }
p { color: rgb(171,99,173); }
H1.HeaderClassName
{
color: #AB63AD;
}
.AnyTagClassName
{
color: #AB63AD;
}
</style>
background-color css
<style>
a { background-color: #AB63AD; }
a { background-color: rgb(171,99,173); }
div.DivClassName
{
background-color: #AB63AD;
}
.BgClassName
{
background-color: #AB63AD;
}
</style>
border-color css
<style>
span { border-color: #AB63AD; }
span { border-color: rgb(171,99,173); }
td.TdClassName
{
border-color: #AB63AD;
}
.TagClassName
{
border-color: #AB63AD;
}
</style>