Shades of Dark Violet #AB07BC
Tints of Dark Violet #AB07BC
RGB
CMYK
RGB Variations
Color information
#AB07BC (or 0xAB07BC) is known color: Dark Violet. HEX triplet: AB, 07 and BC. RGB value is (171,7,188). Sum of RGB (Red+Green+Blue) = 171+7+188=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07BC is #54F843. Grayscale: #4C4C4C. Windows color (decimal): -5568580 or 12322731. OLE color: 12322731.
HSL color Cylindrical-coordinate representation of color #AB07BC: hue angle of 294.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07BC is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 7 | 188 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.26 |
| HSL | 294.36º | 0.93% | 0.38% | - |
| HSV(B) | 294.36º | 0.96% | 0.74% | - |
| XYZ | 25.95 | 12.44 | 48.61 | - |
| YUV | 76.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 188 | 0.09 | 0.96 | 0 | 0.26 | 294.36 | 0.93 | 0.38 |
| Hex | AB | 7 | BC | 9 | 60 | 0 | 1A | 126 | 5D | 26 |
| Octal | 253 | 7 | 274 | 11 | 140 | 0 | 32 | 446 | 135 | 46 |
| Binary | 10101011 | 111 | 10111100 | 1001 | 1100000 | 0 | 11010 | 100100110 | 1011101 | 100110 |
Color Harmonies of #AB07BC
Complementary color
Monochromatic Colors of #AB07BC
Black with #AB07BC
Text Example
Text Example
White with #AB07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07BC; }
p { color: rgb(171,7,188); }
H1.HeaderClassName
{
color: #AB07BC;
}
.AnyTagClassName
{
color: #AB07BC;
}
</style>
background-color css
<style>
a { background-color: #AB07BC; }
a { background-color: rgb(171,7,188); }
div.DivClassName
{
background-color: #AB07BC;
}
.BgClassName
{
background-color: #AB07BC;
}
</style>
border-color css
<style>
span { border-color: #AB07BC; }
span { border-color: rgb(171,7,188); }
td.TdClassName
{
border-color: #AB07BC;
}
.TagClassName
{
border-color: #AB07BC;
}
</style>