Shades of Violet Blue #AB52A6
Tints of Violet Blue #AB52A6
RGB
CMYK
RGB Variations
Color information
#AB52A6 (or 0xAB52A6) is known color: Violet Blue. HEX triplet: AB, 52 and A6. RGB value is (171,82,166). Sum of RGB (Red+Green+Blue) = 171+82+166=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB52A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52A6 is #54AD59. Grayscale: #757575. Windows color (decimal): -5549402 or 10900139. OLE color: 10900139.
HSL color Cylindrical-coordinate representation of color #AB52A6: hue angle of 303.37º 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 #AB52A6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 166 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.33 |
| HSL | 303.37º | 0.35% | 0.5% | - |
| HSV(B) | 303.37º | 0.52% | 0.67% | - |
| XYZ | 26.69 | 17.45 | 38.04 | - |
| YUV | 118.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 166 | 0 | 0.52 | 0.03 | 0.33 | 303.37 | 0.35 | 0.5 |
| Hex | AB | 52 | A6 | 0 | 34 | 3 | 21 | 12F | 23 | 32 |
| Octal | 253 | 122 | 246 | 0 | 64 | 3 | 41 | 457 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10100110 | 0 | 110100 | 11 | 100001 | 100101111 | 100011 | 110010 |
Color Harmonies of #AB52A6
Complementary color
Monochromatic Colors of #AB52A6
Black with #AB52A6
Text Example
Text Example
White with #AB52A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52A6; }
p { color: rgb(171,82,166); }
H1.HeaderClassName
{
color: #AB52A6;
}
.AnyTagClassName
{
color: #AB52A6;
}
</style>
background-color css
<style>
a { background-color: #AB52A6; }
a { background-color: rgb(171,82,166); }
div.DivClassName
{
background-color: #AB52A6;
}
.BgClassName
{
background-color: #AB52A6;
}
</style>
border-color css
<style>
span { border-color: #AB52A6; }
span { border-color: rgb(171,82,166); }
td.TdClassName
{
border-color: #AB52A6;
}
.TagClassName
{
border-color: #AB52A6;
}
</style>