Shades of Violet Blue #AB5293
Tints of Violet Blue #AB5293
RGB
CMYK
RGB Variations
Color information
#AB5293 (or 0xAB5293) is known color: Violet Blue. HEX triplet: AB, 52 and 93. RGB value is (171,82,147). Sum of RGB (Red+Green+Blue) = 171+82+147=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5293 is #54AD6C. Grayscale: #737373. Windows color (decimal): -5549421 or 9654955. OLE color: 9654955.
HSL color Cylindrical-coordinate representation of color #AB5293: hue angle of 316.18º 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 #AB5293 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 147 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.33 |
| HSL | 316.18º | 0.35% | 0.5% | - |
| HSV(B) | 316.18º | 0.52% | 0.67% | - |
| XYZ | 25.08 | 16.8 | 29.52 | - |
| YUV | 116.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 147 | 0 | 0.52 | 0.14 | 0.33 | 316.18 | 0.35 | 0.5 |
| Hex | AB | 52 | 93 | 0 | 34 | E | 21 | 13C | 23 | 32 |
| Octal | 253 | 122 | 223 | 0 | 64 | 16 | 41 | 474 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10010011 | 0 | 110100 | 1110 | 100001 | 100111100 | 100011 | 110010 |
Color Harmonies of #AB5293
Complementary color
Monochromatic Colors of #AB5293
Black with #AB5293
Text Example
Text Example
White with #AB5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5293; }
p { color: rgb(171,82,147); }
H1.HeaderClassName
{
color: #AB5293;
}
.AnyTagClassName
{
color: #AB5293;
}
</style>
background-color css
<style>
a { background-color: #AB5293; }
a { background-color: rgb(171,82,147); }
div.DivClassName
{
background-color: #AB5293;
}
.BgClassName
{
background-color: #AB5293;
}
</style>
border-color css
<style>
span { border-color: #AB5293; }
span { border-color: rgb(171,82,147); }
td.TdClassName
{
border-color: #AB5293;
}
.TagClassName
{
border-color: #AB5293;
}
</style>