Shades of Violet Blue #AB5296
Tints of Violet Blue #AB5296
RGB
CMYK
RGB Variations
Color information
#AB5296 (or 0xAB5296) is known color: Violet Blue. HEX triplet: AB, 52 and 96. RGB value is (171,82,150). Sum of RGB (Red+Green+Blue) = 171+82+150=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5296 is #54AD69. Grayscale: #747474. Windows color (decimal): -5549418 or 9851563. OLE color: 9851563.
HSL color Cylindrical-coordinate representation of color #AB5296: hue angle of 314.16º 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 #AB5296 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 150 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.33 |
| HSL | 314.16º | 0.35% | 0.5% | - |
| HSV(B) | 314.16º | 0.52% | 0.67% | - |
| XYZ | 25.32 | 16.89 | 30.78 | - |
| YUV | 116.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 150 | 0 | 0.52 | 0.12 | 0.33 | 314.16 | 0.35 | 0.5 |
| Hex | AB | 52 | 96 | 0 | 34 | C | 21 | 13A | 23 | 32 |
| Octal | 253 | 122 | 226 | 0 | 64 | 14 | 41 | 472 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10010110 | 0 | 110100 | 1100 | 100001 | 100111010 | 100011 | 110010 |
Color Harmonies of #AB5296
Complementary color
Monochromatic Colors of #AB5296
Black with #AB5296
Text Example
Text Example
White with #AB5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5296; }
p { color: rgb(171,82,150); }
H1.HeaderClassName
{
color: #AB5296;
}
.AnyTagClassName
{
color: #AB5296;
}
</style>
background-color css
<style>
a { background-color: #AB5296; }
a { background-color: rgb(171,82,150); }
div.DivClassName
{
background-color: #AB5296;
}
.BgClassName
{
background-color: #AB5296;
}
</style>
border-color css
<style>
span { border-color: #AB5296; }
span { border-color: rgb(171,82,150); }
td.TdClassName
{
border-color: #AB5296;
}
.TagClassName
{
border-color: #AB5296;
}
</style>