Shades of Violet Blue #AB4DA8
Tints of Violet Blue #AB4DA8
RGB
CMYK
RGB Variations
Color information
#AB4DA8 (or 0xAB4DA8) is known color: Violet Blue. HEX triplet: AB, 4D and A8. RGB value is (171,77,168). Sum of RGB (Red+Green+Blue) = 171+77+168=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DA8 is #54B257. Grayscale: #737373. Windows color (decimal): -5550680 or 11029931. OLE color: 11029931.
HSL color Cylindrical-coordinate representation of color #AB4DA8: hue angle of 301.91º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4DA8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 168 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.33 |
| HSL | 301.91º | 0.38% | 0.49% | - |
| HSV(B) | 301.91º | 0.55% | 0.67% | - |
| XYZ | 26.52 | 16.79 | 38.89 | - |
| YUV | 115.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 168 | 0 | 0.55 | 0.02 | 0.33 | 301.91 | 0.38 | 0.49 |
| Hex | AB | 4D | A8 | 0 | 37 | 2 | 21 | 12E | 26 | 31 |
| Octal | 253 | 115 | 250 | 0 | 67 | 2 | 41 | 456 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10101000 | 0 | 110111 | 10 | 100001 | 100101110 | 100110 | 110001 |
Color Harmonies of #AB4DA8
Complementary color
Monochromatic Colors of #AB4DA8
Black with #AB4DA8
Text Example
Text Example
White with #AB4DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DA8; }
p { color: rgb(171,77,168); }
H1.HeaderClassName
{
color: #AB4DA8;
}
.AnyTagClassName
{
color: #AB4DA8;
}
</style>
background-color css
<style>
a { background-color: #AB4DA8; }
a { background-color: rgb(171,77,168); }
div.DivClassName
{
background-color: #AB4DA8;
}
.BgClassName
{
background-color: #AB4DA8;
}
</style>
border-color css
<style>
span { border-color: #AB4DA8; }
span { border-color: rgb(171,77,168); }
td.TdClassName
{
border-color: #AB4DA8;
}
.TagClassName
{
border-color: #AB4DA8;
}
</style>