Shades of Violet Blue #AB5294
Tints of Violet Blue #AB5294
RGB
CMYK
RGB Variations
Color information
#AB5294 (or 0xAB5294) is known color: Violet Blue. HEX triplet: AB, 52 and 94. RGB value is (171,82,148). Sum of RGB (Red+Green+Blue) = 171+82+148=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5294 is #54AD6B. Grayscale: #737373. Windows color (decimal): -5549420 or 9720491. OLE color: 9720491.
HSL color Cylindrical-coordinate representation of color #AB5294: hue angle of 315.51º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5294 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 148 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.33 |
| HSL | 315.51º | 0.35% | 0.5% | - |
| HSV(B) | 315.51º | 0.52% | 0.67% | - |
| XYZ | 25.16 | 16.83 | 29.94 | - |
| YUV | 116.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 148 | 0 | 0.52 | 0.13 | 0.33 | 315.51 | 0.35 | 0.5 |
| Hex | AB | 52 | 94 | 0 | 34 | D | 21 | 13C | 23 | 32 |
| Octal | 253 | 122 | 224 | 0 | 64 | 15 | 41 | 474 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10010100 | 0 | 110100 | 1101 | 100001 | 100111100 | 100011 | 110010 |
Color Harmonies of #AB5294
Complementary color
Monochromatic Colors of #AB5294
Black with #AB5294
Text Example
Text Example
White with #AB5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5294; }
p { color: rgb(171,82,148); }
H1.HeaderClassName
{
color: #AB5294;
}
.AnyTagClassName
{
color: #AB5294;
}
</style>
background-color css
<style>
a { background-color: #AB5294; }
a { background-color: rgb(171,82,148); }
div.DivClassName
{
background-color: #AB5294;
}
.BgClassName
{
background-color: #AB5294;
}
</style>
border-color css
<style>
span { border-color: #AB5294; }
span { border-color: rgb(171,82,148); }
td.TdClassName
{
border-color: #AB5294;
}
.TagClassName
{
border-color: #AB5294;
}
</style>