Shades of Dark Violet #AB01D6
Tints of Dark Violet #AB01D6
RGB
CMYK
RGB Variations
Color information
#AB01D6 (or 0xAB01D6) is known color: Dark Violet. HEX triplet: AB, 01 and D6. RGB value is (171,1,214). Sum of RGB (Red+Green+Blue) = 171+1+214=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB01D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01D6 is #54FE29. Grayscale: #4B4B4B. Windows color (decimal): -5570090 or 14025131. OLE color: 14025131.
HSL color Cylindrical-coordinate representation of color #AB01D6: hue angle of 287.89º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01D6 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 1 | 214 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.16 |
| HSL | 287.89º | 0.99% | 0.42% | - |
| HSV(B) | 287.89º | 1% | 0.84% | - |
| XYZ | 28.94 | 13.53 | 64.71 | - |
| YUV | 76.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 214 | 0.20 | 1.00 | 0 | 0.16 | 287.89 | 0.99 | 0.42 |
| Hex | AB | 1 | D6 | 14 | 64 | 0 | 10 | 120 | 63 | 2A |
| Octal | 253 | 1 | 326 | 24 | 144 | 0 | 20 | 440 | 143 | 52 |
| Binary | 10101011 | 1 | 11010110 | 10100 | 1100100 | 0 | 10000 | 100100000 | 1100011 | 101010 |
Color Harmonies of #AB01D6
Complementary color
Monochromatic Colors of #AB01D6
Black with #AB01D6
Text Example
Text Example
White with #AB01D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01D6; }
p { color: rgb(171,1,214); }
H1.HeaderClassName
{
color: #AB01D6;
}
.AnyTagClassName
{
color: #AB01D6;
}
</style>
background-color css
<style>
a { background-color: #AB01D6; }
a { background-color: rgb(171,1,214); }
div.DivClassName
{
background-color: #AB01D6;
}
.BgClassName
{
background-color: #AB01D6;
}
</style>
border-color css
<style>
span { border-color: #AB01D6; }
span { border-color: rgb(171,1,214); }
td.TdClassName
{
border-color: #AB01D6;
}
.TagClassName
{
border-color: #AB01D6;
}
</style>