Shades of Violet Blue #AB4CB0
Tints of Violet Blue #AB4CB0
RGB
CMYK
RGB Variations
Color information
#AB4CB0 (or 0xAB4CB0) is known color: Violet Blue. HEX triplet: AB, 4C and B0. RGB value is (171,76,176). Sum of RGB (Red+Green+Blue) = 171+76+176=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB4CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4CB0 is #54B34F. Grayscale: #737373. Windows color (decimal): -5550928 or 11553963. OLE color: 11553963.
HSL color Cylindrical-coordinate representation of color #AB4CB0: hue angle of 297º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4CB0 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 76 | 176 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.31 |
| HSL | 297º | 0.4% | 0.49% | - |
| HSV(B) | 297º | 0.57% | 0.69% | - |
| XYZ | 27.22 | 16.96 | 42.91 | - |
| YUV | 115.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 176 | 0.03 | 0.57 | 0 | 0.31 | 297 | 0.4 | 0.49 |
| Hex | AB | 4C | B0 | 3 | 39 | 0 | 1F | 129 | 28 | 31 |
| Octal | 253 | 114 | 260 | 3 | 71 | 0 | 37 | 451 | 50 | 61 |
| Binary | 10101011 | 1001100 | 10110000 | 11 | 111001 | 0 | 11111 | 100101001 | 101000 | 110001 |
Color Harmonies of #AB4CB0
Complementary color
Monochromatic Colors of #AB4CB0
Black with #AB4CB0
Text Example
Text Example
White with #AB4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CB0; }
p { color: rgb(171,76,176); }
H1.HeaderClassName
{
color: #AB4CB0;
}
.AnyTagClassName
{
color: #AB4CB0;
}
</style>
background-color css
<style>
a { background-color: #AB4CB0; }
a { background-color: rgb(171,76,176); }
div.DivClassName
{
background-color: #AB4CB0;
}
.BgClassName
{
background-color: #AB4CB0;
}
</style>
border-color css
<style>
span { border-color: #AB4CB0; }
span { border-color: rgb(171,76,176); }
td.TdClassName
{
border-color: #AB4CB0;
}
.TagClassName
{
border-color: #AB4CB0;
}
</style>