Shades of Dark Violet #AB00C7
Tints of Dark Violet #AB00C7
RGB
CMYK
RGB Variations
Color information
#AB00C7 (or 0xAB00C7) is known color: Dark Violet. HEX triplet: AB, 00 and C7. RGB value is (171,0,199). Sum of RGB (Red+Green+Blue) = 171+0+199=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB00C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00C7 is #54FF38. Grayscale: #494949. Windows color (decimal): -5570361 or 13041835. OLE color: 13041835.
HSL color Cylindrical-coordinate representation of color #AB00C7: hue angle of 291.56º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00C7 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 0 | 199 | - |
| CMYK | 0.14 | 1 | 0 | 0.22 |
| HSL | 291.56º | 1% | 0.39% | - |
| HSV(B) | 291.56º | 1% | 0.78% | - |
| XYZ | 27.1 | 12.78 | 55.07 | - |
| YUV | 73.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 199 | 0.14 | 1 | 0 | 0.22 | 291.56 | 1 | 0.39 |
| Hex | AB | 0 | C7 | E | 64 | 0 | 16 | 124 | 64 | 27 |
| Octal | 253 | 0 | 307 | 16 | 144 | 0 | 26 | 444 | 144 | 47 |
| Binary | 10101011 | 0 | 11000111 | 1110 | 1100100 | 0 | 10110 | 100100100 | 1100100 | 100111 |
Color Harmonies of #AB00C7
Complementary color
Monochromatic Colors of #AB00C7
Black with #AB00C7
Text Example
Text Example
White with #AB00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00C7; }
p { color: rgb(171,0,199); }
H1.HeaderClassName
{
color: #AB00C7;
}
.AnyTagClassName
{
color: #AB00C7;
}
</style>
background-color css
<style>
a { background-color: #AB00C7; }
a { background-color: rgb(171,0,199); }
div.DivClassName
{
background-color: #AB00C7;
}
.BgClassName
{
background-color: #AB00C7;
}
</style>
border-color css
<style>
span { border-color: #AB00C7; }
span { border-color: rgb(171,0,199); }
td.TdClassName
{
border-color: #AB00C7;
}
.TagClassName
{
border-color: #AB00C7;
}
</style>