Shades of Dark Violet #AB01C7
Tints of Dark Violet #AB01C7
RGB
CMYK
RGB Variations
Color information
#AB01C7 (or 0xAB01C7) is known color: Dark Violet. HEX triplet: AB, 01 and C7. RGB value is (171,1,199). Sum of RGB (Red+Green+Blue) = 171+1+199=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB01C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01C7 is #54FE38. Grayscale: #494949. Windows color (decimal): -5570105 or 13042091. OLE color: 13042091.
HSL color Cylindrical-coordinate representation of color #AB01C7: hue angle of 291.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB01C7 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 1 | 199 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.22 |
| HSL | 291.52º | 0.99% | 0.39% | - |
| HSV(B) | 291.52º | 0.99% | 0.78% | - |
| XYZ | 27.11 | 12.8 | 55.08 | - |
| YUV | 74.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 199 | 0.14 | 0.99 | 0 | 0.22 | 291.52 | 0.99 | 0.39 |
| Hex | AB | 1 | C7 | E | 63 | 0 | 16 | 124 | 63 | 27 |
| Octal | 253 | 1 | 307 | 16 | 143 | 0 | 26 | 444 | 143 | 47 |
| Binary | 10101011 | 1 | 11000111 | 1110 | 1100011 | 0 | 10110 | 100100100 | 1100011 | 100111 |
Color Harmonies of #AB01C7
Complementary color
Monochromatic Colors of #AB01C7
Black with #AB01C7
Text Example
Text Example
White with #AB01C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01C7; }
p { color: rgb(171,1,199); }
H1.HeaderClassName
{
color: #AB01C7;
}
.AnyTagClassName
{
color: #AB01C7;
}
</style>
background-color css
<style>
a { background-color: #AB01C7; }
a { background-color: rgb(171,1,199); }
div.DivClassName
{
background-color: #AB01C7;
}
.BgClassName
{
background-color: #AB01C7;
}
</style>
border-color css
<style>
span { border-color: #AB01C7; }
span { border-color: rgb(171,1,199); }
td.TdClassName
{
border-color: #AB01C7;
}
.TagClassName
{
border-color: #AB01C7;
}
</style>