Shades of Violet Blue #AB4DA5
Tints of Violet Blue #AB4DA5
RGB
CMYK
RGB Variations
Color information
#AB4DA5 (or 0xAB4DA5) is known color: Violet Blue. HEX triplet: AB, 4D and A5. RGB value is (171,77,165). Sum of RGB (Red+Green+Blue) = 171+77+165=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DA5 is #54B25A. Grayscale: #727272. Windows color (decimal): -5550683 or 10833323. OLE color: 10833323.
HSL color Cylindrical-coordinate representation of color #AB4DA5: hue angle of 303.83º 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 #AB4DA5 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 165 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.33 |
| HSL | 303.83º | 0.38% | 0.49% | - |
| HSV(B) | 303.83º | 0.55% | 0.67% | - |
| XYZ | 26.24 | 16.68 | 37.43 | - |
| YUV | 115.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 165 | 0 | 0.55 | 0.04 | 0.33 | 303.83 | 0.38 | 0.49 |
| Hex | AB | 4D | A5 | 0 | 37 | 4 | 21 | 130 | 26 | 31 |
| Octal | 253 | 115 | 245 | 0 | 67 | 4 | 41 | 460 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10100101 | 0 | 110111 | 100 | 100001 | 100110000 | 100110 | 110001 |
Color Harmonies of #AB4DA5
Complementary color
Monochromatic Colors of #AB4DA5
Black with #AB4DA5
Text Example
Text Example
White with #AB4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DA5; }
p { color: rgb(171,77,165); }
H1.HeaderClassName
{
color: #AB4DA5;
}
.AnyTagClassName
{
color: #AB4DA5;
}
</style>
background-color css
<style>
a { background-color: #AB4DA5; }
a { background-color: rgb(171,77,165); }
div.DivClassName
{
background-color: #AB4DA5;
}
.BgClassName
{
background-color: #AB4DA5;
}
</style>
border-color css
<style>
span { border-color: #AB4DA5; }
span { border-color: rgb(171,77,165); }
td.TdClassName
{
border-color: #AB4DA5;
}
.TagClassName
{
border-color: #AB4DA5;
}
</style>