Shades of Violet Blue #AB5395
Tints of Violet Blue #AB5395
RGB
CMYK
RGB Variations
Color information
#AB5395 (or 0xAB5395) is known color: Violet Blue. HEX triplet: AB, 53 and 95. RGB value is (171,83,149). Sum of RGB (Red+Green+Blue) = 171+83+149=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5395 is #54AC6A. Grayscale: #747474. Windows color (decimal): -5549163 or 9786283. OLE color: 9786283.
HSL color Cylindrical-coordinate representation of color #AB5395: hue angle of 315º 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 #AB5395 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 149 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.33 |
| HSL | 315º | 0.35% | 0.5% | - |
| HSV(B) | 315º | 0.51% | 0.67% | - |
| XYZ | 25.31 | 17.01 | 30.38 | - |
| YUV | 116.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 149 | 0 | 0.51 | 0.13 | 0.33 | 315 | 0.35 | 0.5 |
| Hex | AB | 53 | 95 | 0 | 33 | D | 21 | 13B | 23 | 32 |
| Octal | 253 | 123 | 225 | 0 | 63 | 15 | 41 | 473 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10010101 | 0 | 110011 | 1101 | 100001 | 100111011 | 100011 | 110010 |
Color Harmonies of #AB5395
Complementary color
Monochromatic Colors of #AB5395
Black with #AB5395
Text Example
Text Example
White with #AB5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5395; }
p { color: rgb(171,83,149); }
H1.HeaderClassName
{
color: #AB5395;
}
.AnyTagClassName
{
color: #AB5395;
}
</style>
background-color css
<style>
a { background-color: #AB5395; }
a { background-color: rgb(171,83,149); }
div.DivClassName
{
background-color: #AB5395;
}
.BgClassName
{
background-color: #AB5395;
}
</style>
border-color css
<style>
span { border-color: #AB5395; }
span { border-color: rgb(171,83,149); }
td.TdClassName
{
border-color: #AB5395;
}
.TagClassName
{
border-color: #AB5395;
}
</style>