Shades of Dark Violet #AB06CC
Tints of Dark Violet #AB06CC
RGB
CMYK
RGB Variations
Color information
#AB06CC (or 0xAB06CC) is known color: Dark Violet. HEX triplet: AB, 06 and CC. RGB value is (171,6,204). Sum of RGB (Red+Green+Blue) = 171+6+204=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB06CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06CC is #54F933. Grayscale: #4D4D4D. Windows color (decimal): -5568820 or 13371051. OLE color: 13371051.
HSL color Cylindrical-coordinate representation of color #AB06CC: hue angle of 290º degrees, saturation: 0.94, 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 #AB06CC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 6 | 204 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.2 |
| HSL | 290º | 0.94% | 0.41% | - |
| HSV(B) | 290º | 0.97% | 0.8% | - |
| XYZ | 27.76 | 13.15 | 58.2 | - |
| YUV | 77.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 204 | 0.16 | 0.97 | 0 | 0.2 | 290 | 0.94 | 0.41 |
| Hex | AB | 6 | CC | 10 | 61 | 0 | 14 | 122 | 5E | 29 |
| Octal | 253 | 6 | 314 | 20 | 141 | 0 | 24 | 442 | 136 | 51 |
| Binary | 10101011 | 110 | 11001100 | 10000 | 1100001 | 0 | 10100 | 100100010 | 1011110 | 101001 |
Color Harmonies of #AB06CC
Complementary color
Monochromatic Colors of #AB06CC
Black with #AB06CC
Text Example
Text Example
White with #AB06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06CC; }
p { color: rgb(171,6,204); }
H1.HeaderClassName
{
color: #AB06CC;
}
.AnyTagClassName
{
color: #AB06CC;
}
</style>
background-color css
<style>
a { background-color: #AB06CC; }
a { background-color: rgb(171,6,204); }
div.DivClassName
{
background-color: #AB06CC;
}
.BgClassName
{
background-color: #AB06CC;
}
</style>
border-color css
<style>
span { border-color: #AB06CC; }
span { border-color: rgb(171,6,204); }
td.TdClassName
{
border-color: #AB06CC;
}
.TagClassName
{
border-color: #AB06CC;
}
</style>