Shades of Violet Blue #AB619C
Tints of Violet Blue #AB619C
RGB
CMYK
RGB Variations
Color information
#AB619C (or 0xAB619C) is known color: Violet Blue. HEX triplet: AB, 61 and 9C. RGB value is (171,97,156). Sum of RGB (Red+Green+Blue) = 171+97+156=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB619C is #549E63. Grayscale: #7D7D7D. Windows color (decimal): -5545572 or 10248619. OLE color: 10248619.
HSL color Cylindrical-coordinate representation of color #AB619C: hue angle of 312.16º 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 #AB619C is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 156 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.33 |
| HSL | 312.16º | 0.31% | 0.53% | - |
| HSV(B) | 312.16º | 0.43% | 0.67% | - |
| XYZ | 27.07 | 19.61 | 33.81 | - |
| YUV | 125.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 156 | 0 | 0.43 | 0.09 | 0.33 | 312.16 | 0.31 | 0.53 |
| Hex | AB | 61 | 9C | 0 | 2B | 9 | 21 | 138 | 1F | 35 |
| Octal | 253 | 141 | 234 | 0 | 53 | 11 | 41 | 470 | 37 | 65 |
| Binary | 10101011 | 1100001 | 10011100 | 0 | 101011 | 1001 | 100001 | 100111000 | 11111 | 110101 |
Color Harmonies of #AB619C
Complementary color
Monochromatic Colors of #AB619C
Black with #AB619C
Text Example
Text Example
White with #AB619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB619C; }
p { color: rgb(171,97,156); }
H1.HeaderClassName
{
color: #AB619C;
}
.AnyTagClassName
{
color: #AB619C;
}
</style>
background-color css
<style>
a { background-color: #AB619C; }
a { background-color: rgb(171,97,156); }
div.DivClassName
{
background-color: #AB619C;
}
.BgClassName
{
background-color: #AB619C;
}
</style>
border-color css
<style>
span { border-color: #AB619C; }
span { border-color: rgb(171,97,156); }
td.TdClassName
{
border-color: #AB619C;
}
.TagClassName
{
border-color: #AB619C;
}
</style>