Shades of Violet Blue #AB5394
Tints of Violet Blue #AB5394
RGB
CMYK
RGB Variations
Color information
#AB5394 (or 0xAB5394) is known color: Violet Blue. HEX triplet: AB, 53 and 94. RGB value is (171,83,148). Sum of RGB (Red+Green+Blue) = 171+83+148=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5394 is #54AC6B. Grayscale: #747474. Windows color (decimal): -5549164 or 9720747. OLE color: 9720747.
HSL color Cylindrical-coordinate representation of color #AB5394: hue angle of 315.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5394 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 148 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.33 |
| HSL | 315.68º | 0.35% | 0.5% | - |
| HSV(B) | 315.68º | 0.51% | 0.67% | - |
| XYZ | 25.23 | 16.98 | 29.97 | - |
| YUV | 116.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 148 | 0 | 0.51 | 0.13 | 0.33 | 315.68 | 0.35 | 0.5 |
| Hex | AB | 53 | 94 | 0 | 33 | D | 21 | 13C | 23 | 32 |
| Octal | 253 | 123 | 224 | 0 | 63 | 15 | 41 | 474 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10010100 | 0 | 110011 | 1101 | 100001 | 100111100 | 100011 | 110010 |
Color Harmonies of #AB5394
Complementary color
Monochromatic Colors of #AB5394
Black with #AB5394
Text Example
Text Example
White with #AB5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5394; }
p { color: rgb(171,83,148); }
H1.HeaderClassName
{
color: #AB5394;
}
.AnyTagClassName
{
color: #AB5394;
}
</style>
background-color css
<style>
a { background-color: #AB5394; }
a { background-color: rgb(171,83,148); }
div.DivClassName
{
background-color: #AB5394;
}
.BgClassName
{
background-color: #AB5394;
}
</style>
border-color css
<style>
span { border-color: #AB5394; }
span { border-color: rgb(171,83,148); }
td.TdClassName
{
border-color: #AB5394;
}
.TagClassName
{
border-color: #AB5394;
}
</style>