Shades of Dark Violet #AB08C6
Tints of Dark Violet #AB08C6
RGB
CMYK
RGB Variations
Color information
#AB08C6 (or 0xAB08C6) is known color: Dark Violet. HEX triplet: AB, 08 and C6. RGB value is (171,8,198). Sum of RGB (Red+Green+Blue) = 171+8+198=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB08C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08C6 is #54F739. Grayscale: #4D4D4D. Windows color (decimal): -5568314 or 12978347. OLE color: 12978347.
HSL color Cylindrical-coordinate representation of color #AB08C6: hue angle of 291.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08C6 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 8 | 198 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.22 |
| HSL | 291.47º | 0.92% | 0.4% | - |
| HSV(B) | 291.47º | 0.96% | 0.78% | - |
| XYZ | 27.07 | 12.91 | 54.49 | - |
| YUV | 78.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 198 | 0.14 | 0.96 | 0 | 0.22 | 291.47 | 0.92 | 0.4 |
| Hex | AB | 8 | C6 | E | 60 | 0 | 16 | 123 | 5C | 28 |
| Octal | 253 | 10 | 306 | 16 | 140 | 0 | 26 | 443 | 134 | 50 |
| Binary | 10101011 | 1000 | 11000110 | 1110 | 1100000 | 0 | 10110 | 100100011 | 1011100 | 101000 |
Color Harmonies of #AB08C6
Complementary color
Monochromatic Colors of #AB08C6
Black with #AB08C6
Text Example
Text Example
White with #AB08C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08C6; }
p { color: rgb(171,8,198); }
H1.HeaderClassName
{
color: #AB08C6;
}
.AnyTagClassName
{
color: #AB08C6;
}
</style>
background-color css
<style>
a { background-color: #AB08C6; }
a { background-color: rgb(171,8,198); }
div.DivClassName
{
background-color: #AB08C6;
}
.BgClassName
{
background-color: #AB08C6;
}
</style>
border-color css
<style>
span { border-color: #AB08C6; }
span { border-color: rgb(171,8,198); }
td.TdClassName
{
border-color: #AB08C6;
}
.TagClassName
{
border-color: #AB08C6;
}
</style>