Shades of Dark Violet #A104BC
Tints of Dark Violet #A104BC
RGB
CMYK
RGB Variations
Color information
#A104BC (or 0xA104BC) is known color: Dark Violet. HEX triplet: A1, 04 and BC. RGB value is (161,4,188). Sum of RGB (Red+Green+Blue) = 161+4+188=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #A104BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104BC is #5EFB43. Grayscale: #474747. Windows color (decimal): -6224708 or 12321953. OLE color: 12321953.
HSL color Cylindrical-coordinate representation of color #A104BC: hue angle of 291.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104BC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 4 | 188 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.26 |
| HSL | 291.2º | 0.96% | 0.38% | - |
| HSV(B) | 291.2º | 0.98% | 0.74% | - |
| XYZ | 23.82 | 11.29 | 48.5 | - |
| YUV | 71.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 188 | 0.14 | 0.98 | 0 | 0.26 | 291.2 | 0.96 | 0.38 |
| Hex | A1 | 4 | BC | E | 62 | 0 | 1A | 123 | 60 | 26 |
| Octal | 241 | 4 | 274 | 16 | 142 | 0 | 32 | 443 | 140 | 46 |
| Binary | 10100001 | 100 | 10111100 | 1110 | 1100010 | 0 | 11010 | 100100011 | 1100000 | 100110 |
Color Harmonies of #A104BC
Complementary color
Monochromatic Colors of #A104BC
Black with #A104BC
Text Example
Text Example
White with #A104BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104BC; }
p { color: rgb(161,4,188); }
H1.HeaderClassName
{
color: #A104BC;
}
.AnyTagClassName
{
color: #A104BC;
}
</style>
background-color css
<style>
a { background-color: #A104BC; }
a { background-color: rgb(161,4,188); }
div.DivClassName
{
background-color: #A104BC;
}
.BgClassName
{
background-color: #A104BC;
}
</style>
border-color css
<style>
span { border-color: #A104BC; }
span { border-color: rgb(161,4,188); }
td.TdClassName
{
border-color: #A104BC;
}
.TagClassName
{
border-color: #A104BC;
}
</style>