Shades of Dark Violet #AB13C3
Tints of Dark Violet #AB13C3
RGB
CMYK
RGB Variations
Color information
#AB13C3 (or 0xAB13C3) is known color: Dark Violet. HEX triplet: AB, 13 and C3. RGB value is (171,19,195). Sum of RGB (Red+Green+Blue) = 171+19+195=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB13C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13C3 is #54EC3C. Grayscale: #535353. Windows color (decimal): -5565501 or 12784555. OLE color: 12784555.
HSL color Cylindrical-coordinate representation of color #AB13C3: hue angle of 291.82º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB13C3 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 19 | 195 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.24 |
| HSL | 291.82º | 0.82% | 0.42% | - |
| HSV(B) | 291.82º | 0.9% | 0.76% | - |
| XYZ | 26.88 | 13.06 | 52.73 | - |
| YUV | 84.51 | 190.36 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 195 | 0.12 | 0.90 | 0 | 0.24 | 291.82 | 0.82 | 0.42 |
| Hex | AB | 13 | C3 | C | 5A | 0 | 18 | 124 | 52 | 2A |
| Octal | 253 | 23 | 303 | 14 | 132 | 0 | 30 | 444 | 122 | 52 |
| Binary | 10101011 | 10011 | 11000011 | 1100 | 1011010 | 0 | 11000 | 100100100 | 1010010 | 101010 |
Color Harmonies of #AB13C3
Complementary color
Monochromatic Colors of #AB13C3
Black with #AB13C3
Text Example
Text Example
White with #AB13C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB13C3; }
p { color: rgb(171,19,195); }
H1.HeaderClassName
{
color: #AB13C3;
}
.AnyTagClassName
{
color: #AB13C3;
}
</style>
background-color css
<style>
a { background-color: #AB13C3; }
a { background-color: rgb(171,19,195); }
div.DivClassName
{
background-color: #AB13C3;
}
.BgClassName
{
background-color: #AB13C3;
}
</style>
border-color css
<style>
span { border-color: #AB13C3; }
span { border-color: rgb(171,19,195); }
td.TdClassName
{
border-color: #AB13C3;
}
.TagClassName
{
border-color: #AB13C3;
}
</style>