Shades of Dark Violet #AB07C9
Tints of Dark Violet #AB07C9
RGB
CMYK
RGB Variations
Color information
#AB07C9 (or 0xAB07C9) is known color: Dark Violet. HEX triplet: AB, 07 and C9. RGB value is (171,7,201). Sum of RGB (Red+Green+Blue) = 171+7+201=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07C9 is #54F836. Grayscale: #4D4D4D. Windows color (decimal): -5568567 or 13174699. OLE color: 13174699.
HSL color Cylindrical-coordinate representation of color #AB07C9: hue angle of 290.72º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07C9 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 7 | 201 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.21 |
| HSL | 290.72º | 0.93% | 0.41% | - |
| HSV(B) | 290.72º | 0.97% | 0.79% | - |
| XYZ | 27.41 | 13.03 | 56.33 | - |
| YUV | 78.15 | 197.33 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 201 | 0.15 | 0.97 | 0 | 0.21 | 290.72 | 0.93 | 0.41 |
| Hex | AB | 7 | C9 | F | 61 | 0 | 15 | 123 | 5D | 29 |
| Octal | 253 | 7 | 311 | 17 | 141 | 0 | 25 | 443 | 135 | 51 |
| Binary | 10101011 | 111 | 11001001 | 1111 | 1100001 | 0 | 10101 | 100100011 | 1011101 | 101001 |
Color Harmonies of #AB07C9
Complementary color
Monochromatic Colors of #AB07C9
Black with #AB07C9
Text Example
Text Example
White with #AB07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07C9; }
p { color: rgb(171,7,201); }
H1.HeaderClassName
{
color: #AB07C9;
}
.AnyTagClassName
{
color: #AB07C9;
}
</style>
background-color css
<style>
a { background-color: #AB07C9; }
a { background-color: rgb(171,7,201); }
div.DivClassName
{
background-color: #AB07C9;
}
.BgClassName
{
background-color: #AB07C9;
}
</style>
border-color css
<style>
span { border-color: #AB07C9; }
span { border-color: rgb(171,7,201); }
td.TdClassName
{
border-color: #AB07C9;
}
.TagClassName
{
border-color: #AB07C9;
}
</style>