Shades of Dark Violet #AB0BDF
Tints of Dark Violet #AB0BDF
RGB
CMYK
RGB Variations
Color information
#AB0BDF (or 0xAB0BDF) is known color: Dark Violet. HEX triplet: AB, 0B and DF. RGB value is (171,11,223). Sum of RGB (Red+Green+Blue) = 171+11+223=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BDF is #54F420. Grayscale: #525252. Windows color (decimal): -5567521 or 14617515. OLE color: 14617515.
HSL color Cylindrical-coordinate representation of color #AB0BDF: hue angle of 285.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0BDF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 11 | 223 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.28º | 0.91% | 0.46% | - |
| HSV(B) | 285.28º | 0.95% | 0.87% | - |
| XYZ | 30.23 | 14.22 | 70.96 | - |
| YUV | 83.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 223 | 0.23 | 0.95 | 0 | 0.13 | 285.28 | 0.91 | 0.46 |
| Hex | AB | B | DF | 17 | 5F | 0 | D | 11D | 5B | 2E |
| Octal | 253 | 13 | 337 | 27 | 137 | 0 | 15 | 435 | 133 | 56 |
| Binary | 10101011 | 1011 | 11011111 | 10111 | 1011111 | 0 | 1101 | 100011101 | 1011011 | 101110 |
Color Harmonies of #AB0BDF
Complementary color
Monochromatic Colors of #AB0BDF
Black with #AB0BDF
Text Example
Text Example
White with #AB0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BDF; }
p { color: rgb(171,11,223); }
H1.HeaderClassName
{
color: #AB0BDF;
}
.AnyTagClassName
{
color: #AB0BDF;
}
</style>
background-color css
<style>
a { background-color: #AB0BDF; }
a { background-color: rgb(171,11,223); }
div.DivClassName
{
background-color: #AB0BDF;
}
.BgClassName
{
background-color: #AB0BDF;
}
</style>
border-color css
<style>
span { border-color: #AB0BDF; }
span { border-color: rgb(171,11,223); }
td.TdClassName
{
border-color: #AB0BDF;
}
.TagClassName
{
border-color: #AB0BDF;
}
</style>