Shades of Dark Violet #AB05CC
Tints of Dark Violet #AB05CC
RGB
CMYK
RGB Variations
Color information
#AB05CC (or 0xAB05CC) is known color: Dark Violet. HEX triplet: AB, 05 and CC. RGB value is (171,5,204). Sum of RGB (Red+Green+Blue) = 171+5+204=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05CC is #54FA33. Grayscale: #4C4C4C. Windows color (decimal): -5569076 or 13370795. OLE color: 13370795.
HSL color Cylindrical-coordinate representation of color #AB05CC: hue angle of 290.05º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05CC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 5 | 204 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.2 |
| HSL | 290.05º | 0.95% | 0.41% | - |
| HSV(B) | 290.05º | 0.98% | 0.8% | - |
| XYZ | 27.75 | 13.13 | 58.2 | - |
| YUV | 77.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 204 | 0.16 | 0.98 | 0 | 0.2 | 290.05 | 0.95 | 0.41 |
| Hex | AB | 5 | CC | 10 | 62 | 0 | 14 | 122 | 5F | 29 |
| Octal | 253 | 5 | 314 | 20 | 142 | 0 | 24 | 442 | 137 | 51 |
| Binary | 10101011 | 101 | 11001100 | 10000 | 1100010 | 0 | 10100 | 100100010 | 1011111 | 101001 |
Color Harmonies of #AB05CC
Complementary color
Monochromatic Colors of #AB05CC
Black with #AB05CC
Text Example
Text Example
White with #AB05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05CC; }
p { color: rgb(171,5,204); }
H1.HeaderClassName
{
color: #AB05CC;
}
.AnyTagClassName
{
color: #AB05CC;
}
</style>
background-color css
<style>
a { background-color: #AB05CC; }
a { background-color: rgb(171,5,204); }
div.DivClassName
{
background-color: #AB05CC;
}
.BgClassName
{
background-color: #AB05CC;
}
</style>
border-color css
<style>
span { border-color: #AB05CC; }
span { border-color: rgb(171,5,204); }
td.TdClassName
{
border-color: #AB05CC;
}
.TagClassName
{
border-color: #AB05CC;
}
</style>