Shades of Violet Blue #AB619D
Tints of Violet Blue #AB619D
RGB
CMYK
RGB Variations
Color information
#AB619D (or 0xAB619D) is known color: Violet Blue. HEX triplet: AB, 61 and 9D. RGB value is (171,97,157). Sum of RGB (Red+Green+Blue) = 171+97+157=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB619D is #549E62. Grayscale: #7D7D7D. Windows color (decimal): -5545571 or 10314155. OLE color: 10314155.
HSL color Cylindrical-coordinate representation of color #AB619D: hue angle of 311.35º 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 #AB619D is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 157 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.33 |
| HSL | 311.35º | 0.31% | 0.53% | - |
| HSV(B) | 311.35º | 0.43% | 0.67% | - |
| XYZ | 27.16 | 19.64 | 34.26 | - |
| YUV | 125.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 157 | 0 | 0.43 | 0.08 | 0.33 | 311.35 | 0.31 | 0.53 |
| Hex | AB | 61 | 9D | 0 | 2B | 8 | 21 | 137 | 1F | 35 |
| Octal | 253 | 141 | 235 | 0 | 53 | 10 | 41 | 467 | 37 | 65 |
| Binary | 10101011 | 1100001 | 10011101 | 0 | 101011 | 1000 | 100001 | 100110111 | 11111 | 110101 |
Color Harmonies of #AB619D
Complementary color
Monochromatic Colors of #AB619D
Black with #AB619D
Text Example
Text Example
White with #AB619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB619D; }
p { color: rgb(171,97,157); }
H1.HeaderClassName
{
color: #AB619D;
}
.AnyTagClassName
{
color: #AB619D;
}
</style>
background-color css
<style>
a { background-color: #AB619D; }
a { background-color: rgb(171,97,157); }
div.DivClassName
{
background-color: #AB619D;
}
.BgClassName
{
background-color: #AB619D;
}
</style>
border-color css
<style>
span { border-color: #AB619D; }
span { border-color: rgb(171,97,157); }
td.TdClassName
{
border-color: #AB619D;
}
.TagClassName
{
border-color: #AB619D;
}
</style>