Shades of Violet Blue #AB5BA6
Tints of Violet Blue #AB5BA6
RGB
CMYK
RGB Variations
Color information
#AB5BA6 (or 0xAB5BA6) is known color: Violet Blue. HEX triplet: AB, 5B and A6. RGB value is (171,91,166). Sum of RGB (Red+Green+Blue) = 171+91+166=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5BA6 is #54A459. Grayscale: #7B7B7B. Windows color (decimal): -5547098 or 10902443. OLE color: 10902443.
HSL color Cylindrical-coordinate representation of color #AB5BA6: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5BA6 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 166 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.33 |
| HSL | 303.75º | 0.32% | 0.51% | - |
| HSV(B) | 303.75º | 0.47% | 0.67% | - |
| XYZ | 27.42 | 18.89 | 38.28 | - |
| YUV | 123.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 166 | 0 | 0.47 | 0.03 | 0.33 | 303.75 | 0.32 | 0.51 |
| Hex | AB | 5B | A6 | 0 | 2F | 3 | 21 | 130 | 20 | 33 |
| Octal | 253 | 133 | 246 | 0 | 57 | 3 | 41 | 460 | 40 | 63 |
| Binary | 10101011 | 1011011 | 10100110 | 0 | 101111 | 11 | 100001 | 100110000 | 100000 | 110011 |
Color Harmonies of #AB5BA6
Complementary color
Monochromatic Colors of #AB5BA6
Black with #AB5BA6
Text Example
Text Example
White with #AB5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BA6; }
p { color: rgb(171,91,166); }
H1.HeaderClassName
{
color: #AB5BA6;
}
.AnyTagClassName
{
color: #AB5BA6;
}
</style>
background-color css
<style>
a { background-color: #AB5BA6; }
a { background-color: rgb(171,91,166); }
div.DivClassName
{
background-color: #AB5BA6;
}
.BgClassName
{
background-color: #AB5BA6;
}
</style>
border-color css
<style>
span { border-color: #AB5BA6; }
span { border-color: rgb(171,91,166); }
td.TdClassName
{
border-color: #AB5BA6;
}
.TagClassName
{
border-color: #AB5BA6;
}
</style>