Shades of Dark Violet #AB18D5
Tints of Dark Violet #AB18D5
RGB
CMYK
RGB Variations
Color information
#AB18D5 (or 0xAB18D5) is known color: Dark Violet. HEX triplet: AB, 18 and D5. RGB value is (171,24,213). Sum of RGB (Red+Green+Blue) = 171+24+213=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB18D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB18D5 is #54E72A. Grayscale: #585858. Windows color (decimal): -5564203 or 13965483. OLE color: 13965483.
HSL color Cylindrical-coordinate representation of color #AB18D5: hue angle of 286.67º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB18D5 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 24 | 213 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.16 |
| HSL | 286.67º | 0.8% | 0.46% | - |
| HSV(B) | 286.67º | 0.89% | 0.84% | - |
| XYZ | 29.13 | 14.12 | 64.14 | - |
| YUV | 89.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 213 | 0.20 | 0.89 | 0 | 0.16 | 286.67 | 0.8 | 0.46 |
| Hex | AB | 18 | D5 | 14 | 59 | 0 | 10 | 11F | 50 | 2E |
| Octal | 253 | 30 | 325 | 24 | 131 | 0 | 20 | 437 | 120 | 56 |
| Binary | 10101011 | 11000 | 11010101 | 10100 | 1011001 | 0 | 10000 | 100011111 | 1010000 | 101110 |
Color Harmonies of #AB18D5
Complementary color
Monochromatic Colors of #AB18D5
Black with #AB18D5
Text Example
Text Example
White with #AB18D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB18D5; }
p { color: rgb(171,24,213); }
H1.HeaderClassName
{
color: #AB18D5;
}
.AnyTagClassName
{
color: #AB18D5;
}
</style>
background-color css
<style>
a { background-color: #AB18D5; }
a { background-color: rgb(171,24,213); }
div.DivClassName
{
background-color: #AB18D5;
}
.BgClassName
{
background-color: #AB18D5;
}
</style>
border-color css
<style>
span { border-color: #AB18D5; }
span { border-color: rgb(171,24,213); }
td.TdClassName
{
border-color: #AB18D5;
}
.TagClassName
{
border-color: #AB18D5;
}
</style>