Shades of Dark Violet #AB18DF
Tints of Dark Violet #AB18DF
RGB
CMYK
RGB Variations
Color information
#AB18DF (or 0xAB18DF) is known color: Dark Violet. HEX triplet: AB, 18 and DF. RGB value is (171,24,223). Sum of RGB (Red+Green+Blue) = 171+24+223=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB18DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18DF is #54E720. Grayscale: #595959. Windows color (decimal): -5564193 or 14620843. OLE color: 14620843.
HSL color Cylindrical-coordinate representation of color #AB18DF: hue angle of 284.32º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB18DF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 24 | 223 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.13 |
| HSL | 284.32º | 0.81% | 0.48% | - |
| HSV(B) | 284.32º | 0.89% | 0.87% | - |
| XYZ | 30.44 | 14.64 | 71.03 | - |
| YUV | 90.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 223 | 0.23 | 0.89 | 0 | 0.13 | 284.32 | 0.81 | 0.48 |
| Hex | AB | 18 | DF | 17 | 59 | 0 | D | 11C | 51 | 30 |
| Octal | 253 | 30 | 337 | 27 | 131 | 0 | 15 | 434 | 121 | 60 |
| Binary | 10101011 | 11000 | 11011111 | 10111 | 1011001 | 0 | 1101 | 100011100 | 1010001 | 110000 |
Color Harmonies of #AB18DF
Complementary color
Monochromatic Colors of #AB18DF
Black with #AB18DF
Text Example
Text Example
White with #AB18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB18DF; }
p { color: rgb(171,24,223); }
H1.HeaderClassName
{
color: #AB18DF;
}
.AnyTagClassName
{
color: #AB18DF;
}
</style>
background-color css
<style>
a { background-color: #AB18DF; }
a { background-color: rgb(171,24,223); }
div.DivClassName
{
background-color: #AB18DF;
}
.BgClassName
{
background-color: #AB18DF;
}
</style>
border-color css
<style>
span { border-color: #AB18DF; }
span { border-color: rgb(171,24,223); }
td.TdClassName
{
border-color: #AB18DF;
}
.TagClassName
{
border-color: #AB18DF;
}
</style>