Shades of Violet Blue #AB75B1
Tints of Violet Blue #AB75B1
RGB
CMYK
RGB Variations
Color information
#AB75B1 (or 0xAB75B1) is known color: Violet Blue. HEX triplet: AB, 75 and B1. RGB value is (171,117,177). Sum of RGB (Red+Green+Blue) = 171+117+177=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB75B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75B1 is #548A4E. Grayscale: #8B8B8B. Windows color (decimal): -5540431 or 11629995. OLE color: 11629995.
HSL color Cylindrical-coordinate representation of color #AB75B1: hue angle of 294º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB75B1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 117 | 177 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.31 |
| HSL | 294º | 0.28% | 0.58% | - |
| HSV(B) | 294º | 0.34% | 0.69% | - |
| XYZ | 31.09 | 24.55 | 44.7 | - |
| YUV | 139.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 177 | 0.03 | 0.34 | 0 | 0.31 | 294 | 0.28 | 0.58 |
| Hex | AB | 75 | B1 | 3 | 22 | 0 | 1F | 126 | 1C | 3A |
| Octal | 253 | 165 | 261 | 3 | 42 | 0 | 37 | 446 | 34 | 72 |
| Binary | 10101011 | 1110101 | 10110001 | 11 | 100010 | 0 | 11111 | 100100110 | 11100 | 111010 |
Color Harmonies of #AB75B1
Complementary color
Monochromatic Colors of #AB75B1
Black with #AB75B1
Text Example
Text Example
White with #AB75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB75B1; }
p { color: rgb(171,117,177); }
H1.HeaderClassName
{
color: #AB75B1;
}
.AnyTagClassName
{
color: #AB75B1;
}
</style>
background-color css
<style>
a { background-color: #AB75B1; }
a { background-color: rgb(171,117,177); }
div.DivClassName
{
background-color: #AB75B1;
}
.BgClassName
{
background-color: #AB75B1;
}
</style>
border-color css
<style>
span { border-color: #AB75B1; }
span { border-color: rgb(171,117,177); }
td.TdClassName
{
border-color: #AB75B1;
}
.TagClassName
{
border-color: #AB75B1;
}
</style>