Shades of Dark Violet #AB0ADF
Tints of Dark Violet #AB0ADF
RGB
CMYK
RGB Variations
Color information
#AB0ADF (or 0xAB0ADF) is known color: Dark Violet. HEX triplet: AB, 0A and DF. RGB value is (171,10,223). Sum of RGB (Red+Green+Blue) = 171+10+223=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ADF is #54F520. Grayscale: #515151. Windows color (decimal): -5567777 or 14617259. OLE color: 14617259.
HSL color Cylindrical-coordinate representation of color #AB0ADF: hue angle of 285.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0ADF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 10 | 223 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.13 |
| HSL | 285.35º | 0.91% | 0.46% | - |
| HSV(B) | 285.35º | 0.96% | 0.87% | - |
| XYZ | 30.22 | 14.2 | 70.96 | - |
| YUV | 82.42 | 207.34 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 223 | 0.23 | 0.96 | 0 | 0.13 | 285.35 | 0.91 | 0.46 |
| Hex | AB | A | DF | 17 | 60 | 0 | D | 11D | 5B | 2E |
| Octal | 253 | 12 | 337 | 27 | 140 | 0 | 15 | 435 | 133 | 56 |
| Binary | 10101011 | 1010 | 11011111 | 10111 | 1100000 | 0 | 1101 | 100011101 | 1011011 | 101110 |
Color Harmonies of #AB0ADF
Complementary color
Monochromatic Colors of #AB0ADF
Black with #AB0ADF
Text Example
Text Example
White with #AB0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ADF; }
p { color: rgb(171,10,223); }
H1.HeaderClassName
{
color: #AB0ADF;
}
.AnyTagClassName
{
color: #AB0ADF;
}
</style>
background-color css
<style>
a { background-color: #AB0ADF; }
a { background-color: rgb(171,10,223); }
div.DivClassName
{
background-color: #AB0ADF;
}
.BgClassName
{
background-color: #AB0ADF;
}
</style>
border-color css
<style>
span { border-color: #AB0ADF; }
span { border-color: rgb(171,10,223); }
td.TdClassName
{
border-color: #AB0ADF;
}
.TagClassName
{
border-color: #AB0ADF;
}
</style>