Shades of Dark Violet #AB07C1
Tints of Dark Violet #AB07C1
RGB
CMYK
RGB Variations
Color information
#AB07C1 (or 0xAB07C1) is known color: Dark Violet. HEX triplet: AB, 07 and C1. RGB value is (171,7,193). Sum of RGB (Red+Green+Blue) = 171+7+193=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB07C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07C1 is #54F83E. Grayscale: #4C4C4C. Windows color (decimal): -5568575 or 12650411. OLE color: 12650411.
HSL color Cylindrical-coordinate representation of color #AB07C1: hue angle of 292.9º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07C1 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 7 | 193 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.24 |
| HSL | 292.9º | 0.93% | 0.39% | - |
| HSV(B) | 292.9º | 0.96% | 0.76% | - |
| XYZ | 26.5 | 12.66 | 51.5 | - |
| YUV | 77.24 | 193.33 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 193 | 0.11 | 0.96 | 0 | 0.24 | 292.9 | 0.93 | 0.39 |
| Hex | AB | 7 | C1 | B | 60 | 0 | 18 | 125 | 5D | 27 |
| Octal | 253 | 7 | 301 | 13 | 140 | 0 | 30 | 445 | 135 | 47 |
| Binary | 10101011 | 111 | 11000001 | 1011 | 1100000 | 0 | 11000 | 100100101 | 1011101 | 100111 |
Color Harmonies of #AB07C1
Complementary color
Monochromatic Colors of #AB07C1
Black with #AB07C1
Text Example
Text Example
White with #AB07C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07C1; }
p { color: rgb(171,7,193); }
H1.HeaderClassName
{
color: #AB07C1;
}
.AnyTagClassName
{
color: #AB07C1;
}
</style>
background-color css
<style>
a { background-color: #AB07C1; }
a { background-color: rgb(171,7,193); }
div.DivClassName
{
background-color: #AB07C1;
}
.BgClassName
{
background-color: #AB07C1;
}
</style>
border-color css
<style>
span { border-color: #AB07C1; }
span { border-color: rgb(171,7,193); }
td.TdClassName
{
border-color: #AB07C1;
}
.TagClassName
{
border-color: #AB07C1;
}
</style>