Shades of Dark Violet #AB06C8
Tints of Dark Violet #AB06C8
RGB
CMYK
RGB Variations
Color information
#AB06C8 (or 0xAB06C8) is known color: Dark Violet. HEX triplet: AB, 06 and C8. RGB value is (171,6,200). Sum of RGB (Red+Green+Blue) = 171+6+200=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB06C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06C8 is #54F937. Grayscale: #4C4C4C. Windows color (decimal): -5568824 or 13108907. OLE color: 13108907.
HSL color Cylindrical-coordinate representation of color #AB06C8: hue angle of 291.03º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06C8 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 6 | 200 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.22 |
| HSL | 291.03º | 0.94% | 0.4% | - |
| HSV(B) | 291.03º | 0.97% | 0.78% | - |
| XYZ | 27.29 | 12.96 | 55.71 | - |
| YUV | 77.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 200 | 0.14 | 0.97 | 0 | 0.22 | 291.03 | 0.94 | 0.4 |
| Hex | AB | 6 | C8 | E | 61 | 0 | 16 | 123 | 5E | 28 |
| Octal | 253 | 6 | 310 | 16 | 141 | 0 | 26 | 443 | 136 | 50 |
| Binary | 10101011 | 110 | 11001000 | 1110 | 1100001 | 0 | 10110 | 100100011 | 1011110 | 101000 |
Color Harmonies of #AB06C8
Complementary color
Monochromatic Colors of #AB06C8
Black with #AB06C8
Text Example
Text Example
White with #AB06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06C8; }
p { color: rgb(171,6,200); }
H1.HeaderClassName
{
color: #AB06C8;
}
.AnyTagClassName
{
color: #AB06C8;
}
</style>
background-color css
<style>
a { background-color: #AB06C8; }
a { background-color: rgb(171,6,200); }
div.DivClassName
{
background-color: #AB06C8;
}
.BgClassName
{
background-color: #AB06C8;
}
</style>
border-color css
<style>
span { border-color: #AB06C8; }
span { border-color: rgb(171,6,200); }
td.TdClassName
{
border-color: #AB06C8;
}
.TagClassName
{
border-color: #AB06C8;
}
</style>