Shades of Violet Blue #AB61A1
Tints of Violet Blue #AB61A1
RGB
CMYK
RGB Variations
Color information
#AB61A1 (or 0xAB61A1) is known color: Violet Blue. HEX triplet: AB, 61 and A1. RGB value is (171,97,161). Sum of RGB (Red+Green+Blue) = 171+97+161=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB61A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61A1 is #549E5E. Grayscale: #7E7E7E. Windows color (decimal): -5545567 or 10576299. OLE color: 10576299.
HSL color Cylindrical-coordinate representation of color #AB61A1: hue angle of 308.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB61A1 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 161 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.33 |
| HSL | 308.11º | 0.31% | 0.53% | - |
| HSV(B) | 308.11º | 0.43% | 0.67% | - |
| XYZ | 27.5 | 19.78 | 36.09 | - |
| YUV | 126.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 161 | 0 | 0.43 | 0.06 | 0.33 | 308.11 | 0.31 | 0.53 |
| Hex | AB | 61 | A1 | 0 | 2B | 6 | 21 | 134 | 1F | 35 |
| Octal | 253 | 141 | 241 | 0 | 53 | 6 | 41 | 464 | 37 | 65 |
| Binary | 10101011 | 1100001 | 10100001 | 0 | 101011 | 110 | 100001 | 100110100 | 11111 | 110101 |
Color Harmonies of #AB61A1
Complementary color
Monochromatic Colors of #AB61A1
Black with #AB61A1
Text Example
Text Example
White with #AB61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61A1; }
p { color: rgb(171,97,161); }
H1.HeaderClassName
{
color: #AB61A1;
}
.AnyTagClassName
{
color: #AB61A1;
}
</style>
background-color css
<style>
a { background-color: #AB61A1; }
a { background-color: rgb(171,97,161); }
div.DivClassName
{
background-color: #AB61A1;
}
.BgClassName
{
background-color: #AB61A1;
}
</style>
border-color css
<style>
span { border-color: #AB61A1; }
span { border-color: rgb(171,97,161); }
td.TdClassName
{
border-color: #AB61A1;
}
.TagClassName
{
border-color: #AB61A1;
}
</style>