Shades of Dark Violet #A204BC
Tints of Dark Violet #A204BC
RGB
CMYK
RGB Variations
Color information
#A204BC (or 0xA204BC) is known color: Dark Violet. HEX triplet: A2, 04 and BC. RGB value is (162,4,188). Sum of RGB (Red+Green+Blue) = 162+4+188=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #A204BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A204BC is #5DFB43. Grayscale: #474747. Windows color (decimal): -6159172 or 12321954. OLE color: 12321954.
HSL color Cylindrical-coordinate representation of color #A204BC: hue angle of 291.52º 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 #A204BC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 4 | 188 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.26 |
| HSL | 291.52º | 0.96% | 0.38% | - |
| HSV(B) | 291.52º | 0.98% | 0.74% | - |
| XYZ | 24.02 | 11.4 | 48.51 | - |
| YUV | 72.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 188 | 0.14 | 0.98 | 0 | 0.26 | 291.52 | 0.96 | 0.38 |
| Hex | A2 | 4 | BC | E | 62 | 0 | 1A | 124 | 60 | 26 |
| Octal | 242 | 4 | 274 | 16 | 142 | 0 | 32 | 444 | 140 | 46 |
| Binary | 10100010 | 100 | 10111100 | 1110 | 1100010 | 0 | 11010 | 100100100 | 1100000 | 100110 |
Color Harmonies of #A204BC
Complementary color
Monochromatic Colors of #A204BC
Black with #A204BC
Text Example
Text Example
White with #A204BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A204BC; }
p { color: rgb(162,4,188); }
H1.HeaderClassName
{
color: #A204BC;
}
.AnyTagClassName
{
color: #A204BC;
}
</style>
background-color css
<style>
a { background-color: #A204BC; }
a { background-color: rgb(162,4,188); }
div.DivClassName
{
background-color: #A204BC;
}
.BgClassName
{
background-color: #A204BC;
}
</style>
border-color css
<style>
span { border-color: #A204BC; }
span { border-color: rgb(162,4,188); }
td.TdClassName
{
border-color: #A204BC;
}
.TagClassName
{
border-color: #A204BC;
}
</style>