Shades of Dark Violet #AB14BB
Tints of Dark Violet #AB14BB
RGB
CMYK
RGB Variations
Color information
#AB14BB (or 0xAB14BB) is known color: Dark Violet. HEX triplet: AB, 14 and BB. RGB value is (171,20,187). Sum of RGB (Red+Green+Blue) = 171+20+187=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB14BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14BB is #54EB44. Grayscale: #535353. Windows color (decimal): -5565253 or 12260523. OLE color: 12260523.
HSL color Cylindrical-coordinate representation of color #AB14BB: hue angle of 294.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB14BB is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 20 | 187 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.27 |
| HSL | 294.25º | 0.81% | 0.41% | - |
| HSV(B) | 294.25º | 0.89% | 0.73% | - |
| XYZ | 26.01 | 12.75 | 48.1 | - |
| YUV | 84.19 | 186.03 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 187 | 0.09 | 0.89 | 0 | 0.27 | 294.25 | 0.81 | 0.41 |
| Hex | AB | 14 | BB | 9 | 59 | 0 | 1B | 126 | 51 | 29 |
| Octal | 253 | 24 | 273 | 11 | 131 | 0 | 33 | 446 | 121 | 51 |
| Binary | 10101011 | 10100 | 10111011 | 1001 | 1011001 | 0 | 11011 | 100100110 | 1010001 | 101001 |
Color Harmonies of #AB14BB
Complementary color
Monochromatic Colors of #AB14BB
Black with #AB14BB
Text Example
Text Example
White with #AB14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB14BB; }
p { color: rgb(171,20,187); }
H1.HeaderClassName
{
color: #AB14BB;
}
.AnyTagClassName
{
color: #AB14BB;
}
</style>
background-color css
<style>
a { background-color: #AB14BB; }
a { background-color: rgb(171,20,187); }
div.DivClassName
{
background-color: #AB14BB;
}
.BgClassName
{
background-color: #AB14BB;
}
</style>
border-color css
<style>
span { border-color: #AB14BB; }
span { border-color: rgb(171,20,187); }
td.TdClassName
{
border-color: #AB14BB;
}
.TagClassName
{
border-color: #AB14BB;
}
</style>