Shades of Violet Blue #AB619B
Tints of Violet Blue #AB619B
RGB
CMYK
RGB Variations
Color information
#AB619B (or 0xAB619B) is known color: Violet Blue. HEX triplet: AB, 61 and 9B. RGB value is (171,97,155). Sum of RGB (Red+Green+Blue) = 171+97+155=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB619B is #549E64. Grayscale: #7D7D7D. Windows color (decimal): -5545573 or 10183083. OLE color: 10183083.
HSL color Cylindrical-coordinate representation of color #AB619B: hue angle of 312.97º 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 #AB619B is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 155 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.33 |
| HSL | 312.97º | 0.31% | 0.53% | - |
| HSV(B) | 312.97º | 0.43% | 0.67% | - |
| XYZ | 26.99 | 19.57 | 33.37 | - |
| YUV | 125.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 155 | 0 | 0.43 | 0.09 | 0.33 | 312.97 | 0.31 | 0.53 |
| Hex | AB | 61 | 9B | 0 | 2B | 9 | 21 | 139 | 1F | 35 |
| Octal | 253 | 141 | 233 | 0 | 53 | 11 | 41 | 471 | 37 | 65 |
| Binary | 10101011 | 1100001 | 10011011 | 0 | 101011 | 1001 | 100001 | 100111001 | 11111 | 110101 |
Color Harmonies of #AB619B
Complementary color
Monochromatic Colors of #AB619B
Black with #AB619B
Text Example
Text Example
White with #AB619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB619B; }
p { color: rgb(171,97,155); }
H1.HeaderClassName
{
color: #AB619B;
}
.AnyTagClassName
{
color: #AB619B;
}
</style>
background-color css
<style>
a { background-color: #AB619B; }
a { background-color: rgb(171,97,155); }
div.DivClassName
{
background-color: #AB619B;
}
.BgClassName
{
background-color: #AB619B;
}
</style>
border-color css
<style>
span { border-color: #AB619B; }
span { border-color: rgb(171,97,155); }
td.TdClassName
{
border-color: #AB619B;
}
.TagClassName
{
border-color: #AB619B;
}
</style>