Shades of Violet Blue #AB63A1
Tints of Violet Blue #AB63A1
RGB
CMYK
RGB Variations
Color information
#AB63A1 (or 0xAB63A1) is known color: Violet Blue. HEX triplet: AB, 63 and A1. RGB value is (171,99,161). Sum of RGB (Red+Green+Blue) = 171+99+161=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB63A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB63A1 is #549C5E. Grayscale: #7F7F7F. Windows color (decimal): -5545055 or 10576811. OLE color: 10576811.
HSL color Cylindrical-coordinate representation of color #AB63A1: hue angle of 308.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB63A1 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 161 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.33 |
| HSL | 308.33º | 0.3% | 0.53% | - |
| HSV(B) | 308.33º | 0.42% | 0.67% | - |
| XYZ | 27.69 | 20.15 | 36.15 | - |
| YUV | 127.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 161 | 0 | 0.42 | 0.06 | 0.33 | 308.33 | 0.3 | 0.53 |
| Hex | AB | 63 | A1 | 0 | 2A | 6 | 21 | 134 | 1E | 35 |
| Octal | 253 | 143 | 241 | 0 | 52 | 6 | 41 | 464 | 36 | 65 |
| Binary | 10101011 | 1100011 | 10100001 | 0 | 101010 | 110 | 100001 | 100110100 | 11110 | 110101 |
Color Harmonies of #AB63A1
Complementary color
Monochromatic Colors of #AB63A1
Black with #AB63A1
Text Example
Text Example
White with #AB63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63A1; }
p { color: rgb(171,99,161); }
H1.HeaderClassName
{
color: #AB63A1;
}
.AnyTagClassName
{
color: #AB63A1;
}
</style>
background-color css
<style>
a { background-color: #AB63A1; }
a { background-color: rgb(171,99,161); }
div.DivClassName
{
background-color: #AB63A1;
}
.BgClassName
{
background-color: #AB63A1;
}
</style>
border-color css
<style>
span { border-color: #AB63A1; }
span { border-color: rgb(171,99,161); }
td.TdClassName
{
border-color: #AB63A1;
}
.TagClassName
{
border-color: #AB63A1;
}
</style>