Shades of Dark Violet #AB04C6
Tints of Dark Violet #AB04C6
RGB
CMYK
RGB Variations
Color information
#AB04C6 (or 0xAB04C6) is known color: Dark Violet. HEX triplet: AB, 04 and C6. RGB value is (171,4,198). Sum of RGB (Red+Green+Blue) = 171+4+198=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB04C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04C6 is #54FB39. Grayscale: #4B4B4B. Windows color (decimal): -5569338 or 12977323. OLE color: 12977323.
HSL color Cylindrical-coordinate representation of color #AB04C6: hue angle of 291.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04C6 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 4 | 198 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.22 |
| HSL | 291.65º | 0.96% | 0.4% | - |
| HSV(B) | 291.65º | 0.98% | 0.78% | - |
| XYZ | 27.03 | 12.82 | 54.48 | - |
| YUV | 76.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 198 | 0.14 | 0.98 | 0 | 0.22 | 291.65 | 0.96 | 0.4 |
| Hex | AB | 4 | C6 | E | 62 | 0 | 16 | 124 | 60 | 28 |
| Octal | 253 | 4 | 306 | 16 | 142 | 0 | 26 | 444 | 140 | 50 |
| Binary | 10101011 | 100 | 11000110 | 1110 | 1100010 | 0 | 10110 | 100100100 | 1100000 | 101000 |
Color Harmonies of #AB04C6
Complementary color
Monochromatic Colors of #AB04C6
Black with #AB04C6
Text Example
Text Example
White with #AB04C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04C6; }
p { color: rgb(171,4,198); }
H1.HeaderClassName
{
color: #AB04C6;
}
.AnyTagClassName
{
color: #AB04C6;
}
</style>
background-color css
<style>
a { background-color: #AB04C6; }
a { background-color: rgb(171,4,198); }
div.DivClassName
{
background-color: #AB04C6;
}
.BgClassName
{
background-color: #AB04C6;
}
</style>
border-color css
<style>
span { border-color: #AB04C6; }
span { border-color: rgb(171,4,198); }
td.TdClassName
{
border-color: #AB04C6;
}
.TagClassName
{
border-color: #AB04C6;
}
</style>