Shades of Violet Blue #AB45AD
Tints of Violet Blue #AB45AD
RGB
CMYK
RGB Variations
Color information
#AB45AD (or 0xAB45AD) is known color: Violet Blue. HEX triplet: AB, 45 and AD. RGB value is (171,69,173). Sum of RGB (Red+Green+Blue) = 171+69+173=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB45AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45AD is #54BA52. Grayscale: #6F6F6F. Windows color (decimal): -5552723 or 11355563. OLE color: 11355563.
HSL color Cylindrical-coordinate representation of color #AB45AD: hue angle of 298.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB45AD is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 69 | 173 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.32 |
| HSL | 298.85º | 0.43% | 0.47% | - |
| HSV(B) | 298.85º | 0.6% | 0.68% | - |
| XYZ | 26.47 | 15.93 | 41.22 | - |
| YUV | 111.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 173 | 0.01 | 0.60 | 0 | 0.32 | 298.85 | 0.43 | 0.47 |
| Hex | AB | 45 | AD | 1 | 3C | 0 | 20 | 12B | 2B | 2F |
| Octal | 253 | 105 | 255 | 1 | 74 | 0 | 40 | 453 | 53 | 57 |
| Binary | 10101011 | 1000101 | 10101101 | 1 | 111100 | 0 | 100000 | 100101011 | 101011 | 101111 |
Color Harmonies of #AB45AD
Complementary color
Monochromatic Colors of #AB45AD
Black with #AB45AD
Text Example
Text Example
White with #AB45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45AD; }
p { color: rgb(171,69,173); }
H1.HeaderClassName
{
color: #AB45AD;
}
.AnyTagClassName
{
color: #AB45AD;
}
</style>
background-color css
<style>
a { background-color: #AB45AD; }
a { background-color: rgb(171,69,173); }
div.DivClassName
{
background-color: #AB45AD;
}
.BgClassName
{
background-color: #AB45AD;
}
</style>
border-color css
<style>
span { border-color: #AB45AD; }
span { border-color: rgb(171,69,173); }
td.TdClassName
{
border-color: #AB45AD;
}
.TagClassName
{
border-color: #AB45AD;
}
</style>