Shades of Dark Violet #AB05C7
Tints of Dark Violet #AB05C7
RGB
CMYK
RGB Variations
Color information
#AB05C7 (or 0xAB05C7) is known color: Dark Violet. HEX triplet: AB, 05 and C7. RGB value is (171,5,199). Sum of RGB (Red+Green+Blue) = 171+5+199=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB05C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05C7 is #54FA38. Grayscale: #4C4C4C. Windows color (decimal): -5569081 or 13043115. OLE color: 13043115.
HSL color Cylindrical-coordinate representation of color #AB05C7: hue angle of 291.34º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB05C7 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 5 | 199 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.22 |
| HSL | 291.34º | 0.95% | 0.4% | - |
| HSV(B) | 291.34º | 0.97% | 0.78% | - |
| XYZ | 27.16 | 12.89 | 55.09 | - |
| YUV | 76.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 199 | 0.14 | 0.97 | 0 | 0.22 | 291.34 | 0.95 | 0.4 |
| Hex | AB | 5 | C7 | E | 61 | 0 | 16 | 123 | 5F | 28 |
| Octal | 253 | 5 | 307 | 16 | 141 | 0 | 26 | 443 | 137 | 50 |
| Binary | 10101011 | 101 | 11000111 | 1110 | 1100001 | 0 | 10110 | 100100011 | 1011111 | 101000 |
Color Harmonies of #AB05C7
Complementary color
Monochromatic Colors of #AB05C7
Black with #AB05C7
Text Example
Text Example
White with #AB05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05C7; }
p { color: rgb(171,5,199); }
H1.HeaderClassName
{
color: #AB05C7;
}
.AnyTagClassName
{
color: #AB05C7;
}
</style>
background-color css
<style>
a { background-color: #AB05C7; }
a { background-color: rgb(171,5,199); }
div.DivClassName
{
background-color: #AB05C7;
}
.BgClassName
{
background-color: #AB05C7;
}
</style>
border-color css
<style>
span { border-color: #AB05C7; }
span { border-color: rgb(171,5,199); }
td.TdClassName
{
border-color: #AB05C7;
}
.TagClassName
{
border-color: #AB05C7;
}
</style>