Shades of Dark Violet #AB08C9
Tints of Dark Violet #AB08C9
RGB
CMYK
RGB Variations
Color information
#AB08C9 (or 0xAB08C9) is known color: Dark Violet. HEX triplet: AB, 08 and C9. RGB value is (171,8,201). Sum of RGB (Red+Green+Blue) = 171+8+201=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB08C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08C9 is #54F736. Grayscale: #4E4E4E. Windows color (decimal): -5568311 or 13174955. OLE color: 13174955.
HSL color Cylindrical-coordinate representation of color #AB08C9: hue angle of 290.67º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08C9 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 8 | 201 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.21 |
| HSL | 290.67º | 0.92% | 0.41% | - |
| HSV(B) | 290.67º | 0.96% | 0.79% | - |
| XYZ | 27.42 | 13.05 | 56.33 | - |
| YUV | 78.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 201 | 0.15 | 0.96 | 0 | 0.21 | 290.67 | 0.92 | 0.41 |
| Hex | AB | 8 | C9 | F | 60 | 0 | 15 | 123 | 5C | 29 |
| Octal | 253 | 10 | 311 | 17 | 140 | 0 | 25 | 443 | 134 | 51 |
| Binary | 10101011 | 1000 | 11001001 | 1111 | 1100000 | 0 | 10101 | 100100011 | 1011100 | 101001 |
Color Harmonies of #AB08C9
Complementary color
Monochromatic Colors of #AB08C9
Black with #AB08C9
Text Example
Text Example
White with #AB08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08C9; }
p { color: rgb(171,8,201); }
H1.HeaderClassName
{
color: #AB08C9;
}
.AnyTagClassName
{
color: #AB08C9;
}
</style>
background-color css
<style>
a { background-color: #AB08C9; }
a { background-color: rgb(171,8,201); }
div.DivClassName
{
background-color: #AB08C9;
}
.BgClassName
{
background-color: #AB08C9;
}
</style>
border-color css
<style>
span { border-color: #AB08C9; }
span { border-color: rgb(171,8,201); }
td.TdClassName
{
border-color: #AB08C9;
}
.TagClassName
{
border-color: #AB08C9;
}
</style>