Shades of Dark Violet #AB06C5
Tints of Dark Violet #AB06C5
RGB
CMYK
RGB Variations
Color information
#AB06C5 (or 0xAB06C5) is known color: Dark Violet. HEX triplet: AB, 06 and C5. RGB value is (171,6,197). Sum of RGB (Red+Green+Blue) = 171+6+197=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB06C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06C5 is #54F93A. Grayscale: #4C4C4C. Windows color (decimal): -5568827 or 12912299. OLE color: 12912299.
HSL color Cylindrical-coordinate representation of color #AB06C5: hue angle of 291.83º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06C5 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 6 | 197 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.23 |
| HSL | 291.83º | 0.94% | 0.4% | - |
| HSV(B) | 291.83º | 0.97% | 0.77% | - |
| XYZ | 26.94 | 12.82 | 53.88 | - |
| YUV | 77.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 197 | 0.13 | 0.97 | 0 | 0.23 | 291.83 | 0.94 | 0.4 |
| Hex | AB | 6 | C5 | D | 61 | 0 | 17 | 124 | 5E | 28 |
| Octal | 253 | 6 | 305 | 15 | 141 | 0 | 27 | 444 | 136 | 50 |
| Binary | 10101011 | 110 | 11000101 | 1101 | 1100001 | 0 | 10111 | 100100100 | 1011110 | 101000 |
Color Harmonies of #AB06C5
Complementary color
Monochromatic Colors of #AB06C5
Black with #AB06C5
Text Example
Text Example
White with #AB06C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06C5; }
p { color: rgb(171,6,197); }
H1.HeaderClassName
{
color: #AB06C5;
}
.AnyTagClassName
{
color: #AB06C5;
}
</style>
background-color css
<style>
a { background-color: #AB06C5; }
a { background-color: rgb(171,6,197); }
div.DivClassName
{
background-color: #AB06C5;
}
.BgClassName
{
background-color: #AB06C5;
}
</style>
border-color css
<style>
span { border-color: #AB06C5; }
span { border-color: rgb(171,6,197); }
td.TdClassName
{
border-color: #AB06C5;
}
.TagClassName
{
border-color: #AB06C5;
}
</style>