Shades of Dark Violet #AB07D0
Tints of Dark Violet #AB07D0
RGB
CMYK
RGB Variations
Color information
#AB07D0 (or 0xAB07D0) is known color: Dark Violet. HEX triplet: AB, 07 and D0. RGB value is (171,7,208). Sum of RGB (Red+Green+Blue) = 171+7+208=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB07D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07D0 is #54F82F. Grayscale: #4E4E4E. Windows color (decimal): -5568560 or 13633451. OLE color: 13633451.
HSL color Cylindrical-coordinate representation of color #AB07D0: hue angle of 288.96º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07D0 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 7 | 208 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.18 |
| HSL | 288.96º | 0.93% | 0.42% | - |
| HSV(B) | 288.96º | 0.97% | 0.82% | - |
| XYZ | 28.26 | 13.36 | 60.76 | - |
| YUV | 78.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 208 | 0.18 | 0.97 | 0 | 0.18 | 288.96 | 0.93 | 0.42 |
| Hex | AB | 7 | D0 | 12 | 61 | 0 | 12 | 121 | 5D | 2A |
| Octal | 253 | 7 | 320 | 22 | 141 | 0 | 22 | 441 | 135 | 52 |
| Binary | 10101011 | 111 | 11010000 | 10010 | 1100001 | 0 | 10010 | 100100001 | 1011101 | 101010 |
Color Harmonies of #AB07D0
Complementary color
Monochromatic Colors of #AB07D0
Black with #AB07D0
Text Example
Text Example
White with #AB07D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07D0; }
p { color: rgb(171,7,208); }
H1.HeaderClassName
{
color: #AB07D0;
}
.AnyTagClassName
{
color: #AB07D0;
}
</style>
background-color css
<style>
a { background-color: #AB07D0; }
a { background-color: rgb(171,7,208); }
div.DivClassName
{
background-color: #AB07D0;
}
.BgClassName
{
background-color: #AB07D0;
}
</style>
border-color css
<style>
span { border-color: #AB07D0; }
span { border-color: rgb(171,7,208); }
td.TdClassName
{
border-color: #AB07D0;
}
.TagClassName
{
border-color: #AB07D0;
}
</style>