Shades of Dark Violet #AB03CC
Tints of Dark Violet #AB03CC
RGB
CMYK
RGB Variations
Color information
#AB03CC (or 0xAB03CC) is known color: Dark Violet. HEX triplet: AB, 03 and CC. RGB value is (171,3,204). Sum of RGB (Red+Green+Blue) = 171+3+204=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB03CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03CC is #54FC33. Grayscale: #4B4B4B. Windows color (decimal): -5569588 or 13370283. OLE color: 13370283.
HSL color Cylindrical-coordinate representation of color #AB03CC: hue angle of 290.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03CC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 3 | 204 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.2 |
| HSL | 290.15º | 0.97% | 0.41% | - |
| HSV(B) | 290.15º | 0.99% | 0.8% | - |
| XYZ | 27.73 | 13.08 | 58.19 | - |
| YUV | 76.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 204 | 0.16 | 0.99 | 0 | 0.2 | 290.15 | 0.97 | 0.41 |
| Hex | AB | 3 | CC | 10 | 63 | 0 | 14 | 122 | 61 | 29 |
| Octal | 253 | 3 | 314 | 20 | 143 | 0 | 24 | 442 | 141 | 51 |
| Binary | 10101011 | 11 | 11001100 | 10000 | 1100011 | 0 | 10100 | 100100010 | 1100001 | 101001 |
Color Harmonies of #AB03CC
Complementary color
Monochromatic Colors of #AB03CC
Black with #AB03CC
Text Example
Text Example
White with #AB03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03CC; }
p { color: rgb(171,3,204); }
H1.HeaderClassName
{
color: #AB03CC;
}
.AnyTagClassName
{
color: #AB03CC;
}
</style>
background-color css
<style>
a { background-color: #AB03CC; }
a { background-color: rgb(171,3,204); }
div.DivClassName
{
background-color: #AB03CC;
}
.BgClassName
{
background-color: #AB03CC;
}
</style>
border-color css
<style>
span { border-color: #AB03CC; }
span { border-color: rgb(171,3,204); }
td.TdClassName
{
border-color: #AB03CC;
}
.TagClassName
{
border-color: #AB03CC;
}
</style>