Shades of Dark Violet #AB12CC
Tints of Dark Violet #AB12CC
RGB
CMYK
RGB Variations
Color information
#AB12CC (or 0xAB12CC) is known color: Dark Violet. HEX triplet: AB, 12 and CC. RGB value is (171,18,204). Sum of RGB (Red+Green+Blue) = 171+18+204=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12CC is #54ED33. Grayscale: #545454. Windows color (decimal): -5565748 or 13374123. OLE color: 13374123.
HSL color Cylindrical-coordinate representation of color #AB12CC: hue angle of 289.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12CC is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 18 | 204 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.2 |
| HSL | 289.35º | 0.84% | 0.44% | - |
| HSV(B) | 289.35º | 0.91% | 0.8% | - |
| XYZ | 27.91 | 13.45 | 58.25 | - |
| YUV | 84.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 204 | 0.16 | 0.91 | 0 | 0.2 | 289.35 | 0.84 | 0.44 |
| Hex | AB | 12 | CC | 10 | 5B | 0 | 14 | 121 | 54 | 2C |
| Octal | 253 | 22 | 314 | 20 | 133 | 0 | 24 | 441 | 124 | 54 |
| Binary | 10101011 | 10010 | 11001100 | 10000 | 1011011 | 0 | 10100 | 100100001 | 1010100 | 101100 |
Color Harmonies of #AB12CC
Complementary color
Monochromatic Colors of #AB12CC
Black with #AB12CC
Text Example
Text Example
White with #AB12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB12CC; }
p { color: rgb(171,18,204); }
H1.HeaderClassName
{
color: #AB12CC;
}
.AnyTagClassName
{
color: #AB12CC;
}
</style>
background-color css
<style>
a { background-color: #AB12CC; }
a { background-color: rgb(171,18,204); }
div.DivClassName
{
background-color: #AB12CC;
}
.BgClassName
{
background-color: #AB12CC;
}
</style>
border-color css
<style>
span { border-color: #AB12CC; }
span { border-color: rgb(171,18,204); }
td.TdClassName
{
border-color: #AB12CC;
}
.TagClassName
{
border-color: #AB12CC;
}
</style>