Shades of Violet Blue #AB53A5
Tints of Violet Blue #AB53A5
RGB
CMYK
RGB Variations
Color information
#AB53A5 (or 0xAB53A5) is known color: Violet Blue. HEX triplet: AB, 53 and A5. RGB value is (171,83,165). Sum of RGB (Red+Green+Blue) = 171+83+165=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB53A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB53A5 is #54AC5A. Grayscale: #767676. Windows color (decimal): -5549147 or 10834859. OLE color: 10834859.
HSL color Cylindrical-coordinate representation of color #AB53A5: hue angle of 304.09º 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 #AB53A5 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 165 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.33 |
| HSL | 304.09º | 0.35% | 0.5% | - |
| HSV(B) | 304.09º | 0.51% | 0.67% | - |
| XYZ | 26.68 | 17.56 | 37.58 | - |
| YUV | 118.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 165 | 0 | 0.51 | 0.04 | 0.33 | 304.09 | 0.35 | 0.5 |
| Hex | AB | 53 | A5 | 0 | 33 | 4 | 21 | 130 | 23 | 32 |
| Octal | 253 | 123 | 245 | 0 | 63 | 4 | 41 | 460 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10100101 | 0 | 110011 | 100 | 100001 | 100110000 | 100011 | 110010 |
Color Harmonies of #AB53A5
Complementary color
Monochromatic Colors of #AB53A5
Black with #AB53A5
Text Example
Text Example
White with #AB53A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53A5; }
p { color: rgb(171,83,165); }
H1.HeaderClassName
{
color: #AB53A5;
}
.AnyTagClassName
{
color: #AB53A5;
}
</style>
background-color css
<style>
a { background-color: #AB53A5; }
a { background-color: rgb(171,83,165); }
div.DivClassName
{
background-color: #AB53A5;
}
.BgClassName
{
background-color: #AB53A5;
}
</style>
border-color css
<style>
span { border-color: #AB53A5; }
span { border-color: rgb(171,83,165); }
td.TdClassName
{
border-color: #AB53A5;
}
.TagClassName
{
border-color: #AB53A5;
}
</style>