Shades of Dark Violet #A104CE
Tints of Dark Violet #A104CE
RGB
CMYK
RGB Variations
Color information
#A104CE (or 0xA104CE) is known color: Dark Violet. HEX triplet: A1, 04 and CE. RGB value is (161,4,206). Sum of RGB (Red+Green+Blue) = 161+4+206=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #A104CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104CE is #5EFB31. Grayscale: #494949. Windows color (decimal): -6224690 or 13501601. OLE color: 13501601.
HSL color Cylindrical-coordinate representation of color #A104CE: hue angle of 286.63º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104CE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 4 | 206 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.19 |
| HSL | 286.63º | 0.96% | 0.41% | - |
| HSV(B) | 286.63º | 0.98% | 0.81% | - |
| XYZ | 25.88 | 12.12 | 59.37 | - |
| YUV | 73.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 206 | 0.22 | 0.98 | 0 | 0.19 | 286.63 | 0.96 | 0.41 |
| Hex | A1 | 4 | CE | 16 | 62 | 0 | 13 | 11F | 60 | 29 |
| Octal | 241 | 4 | 316 | 26 | 142 | 0 | 23 | 437 | 140 | 51 |
| Binary | 10100001 | 100 | 11001110 | 10110 | 1100010 | 0 | 10011 | 100011111 | 1100000 | 101001 |
Color Harmonies of #A104CE
Complementary color
Monochromatic Colors of #A104CE
Black with #A104CE
Text Example
Text Example
White with #A104CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104CE; }
p { color: rgb(161,4,206); }
H1.HeaderClassName
{
color: #A104CE;
}
.AnyTagClassName
{
color: #A104CE;
}
</style>
background-color css
<style>
a { background-color: #A104CE; }
a { background-color: rgb(161,4,206); }
div.DivClassName
{
background-color: #A104CE;
}
.BgClassName
{
background-color: #A104CE;
}
</style>
border-color css
<style>
span { border-color: #A104CE; }
span { border-color: rgb(161,4,206); }
td.TdClassName
{
border-color: #A104CE;
}
.TagClassName
{
border-color: #A104CE;
}
</style>