Shades of Dark Violet #AB07CC
Tints of Dark Violet #AB07CC
RGB
CMYK
RGB Variations
Color information
#AB07CC (or 0xAB07CC) is known color: Dark Violet. HEX triplet: AB, 07 and CC. RGB value is (171,7,204). Sum of RGB (Red+Green+Blue) = 171+7+204=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07CC is #54F833. Grayscale: #4D4D4D. Windows color (decimal): -5568564 or 13371307. OLE color: 13371307.
HSL color Cylindrical-coordinate representation of color #AB07CC: hue angle of 289.95º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07CC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 7 | 204 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.2 |
| HSL | 289.95º | 0.93% | 0.41% | - |
| HSV(B) | 289.95º | 0.97% | 0.8% | - |
| XYZ | 27.77 | 13.17 | 58.21 | - |
| YUV | 78.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 204 | 0.16 | 0.97 | 0 | 0.2 | 289.95 | 0.93 | 0.41 |
| Hex | AB | 7 | CC | 10 | 61 | 0 | 14 | 122 | 5D | 29 |
| Octal | 253 | 7 | 314 | 20 | 141 | 0 | 24 | 442 | 135 | 51 |
| Binary | 10101011 | 111 | 11001100 | 10000 | 1100001 | 0 | 10100 | 100100010 | 1011101 | 101001 |
Color Harmonies of #AB07CC
Complementary color
Monochromatic Colors of #AB07CC
Black with #AB07CC
Text Example
Text Example
White with #AB07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07CC; }
p { color: rgb(171,7,204); }
H1.HeaderClassName
{
color: #AB07CC;
}
.AnyTagClassName
{
color: #AB07CC;
}
</style>
background-color css
<style>
a { background-color: #AB07CC; }
a { background-color: rgb(171,7,204); }
div.DivClassName
{
background-color: #AB07CC;
}
.BgClassName
{
background-color: #AB07CC;
}
</style>
border-color css
<style>
span { border-color: #AB07CC; }
span { border-color: rgb(171,7,204); }
td.TdClassName
{
border-color: #AB07CC;
}
.TagClassName
{
border-color: #AB07CC;
}
</style>