Shades of Violet Blue #AB45AB
Tints of Violet Blue #AB45AB
RGB
CMYK
RGB Variations
Color information
#AB45AB (or 0xAB45AB) is known color: Violet Blue. HEX triplet: AB, 45 and AB. RGB value is (171,69,171). Sum of RGB (Red+Green+Blue) = 171+69+171=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45AB is #54BA54. Grayscale: #6E6E6E. Windows color (decimal): -5552725 or 11224491. OLE color: 11224491.
HSL color Cylindrical-coordinate representation of color #AB45AB: hue angle of 300º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB45AB is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 171 | - |
| CMYK | 0 | 0.60 | 0 | 0.33 |
| HSL | 300º | 0.43% | 0.47% | - |
| HSV(B) | 300º | 0.6% | 0.67% | - |
| XYZ | 26.27 | 15.85 | 40.2 | - |
| YUV | 111.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 171 | 0 | 0.60 | 0 | 0.33 | 300 | 0.43 | 0.47 |
| Hex | AB | 45 | AB | 0 | 3C | 0 | 21 | 12C | 2A | 2F |
| Octal | 253 | 105 | 253 | 0 | 74 | 0 | 41 | 454 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10101011 | 0 | 111100 | 0 | 100001 | 100101100 | 101010 | 101111 |
Color Harmonies of #AB45AB
Complementary color
Monochromatic Colors of #AB45AB
Black with #AB45AB
Text Example
Text Example
White with #AB45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45AB; }
p { color: rgb(171,69,171); }
H1.HeaderClassName
{
color: #AB45AB;
}
.AnyTagClassName
{
color: #AB45AB;
}
</style>
background-color css
<style>
a { background-color: #AB45AB; }
a { background-color: rgb(171,69,171); }
div.DivClassName
{
background-color: #AB45AB;
}
.BgClassName
{
background-color: #AB45AB;
}
</style>
border-color css
<style>
span { border-color: #AB45AB; }
span { border-color: rgb(171,69,171); }
td.TdClassName
{
border-color: #AB45AB;
}
.TagClassName
{
border-color: #AB45AB;
}
</style>