Shades of Dark Violet #A416CF
Tints of Dark Violet #A416CF
RGB
CMYK
RGB Variations
Color information
#A416CF (or 0xA416CF) is known color: Dark Violet. HEX triplet: A4, 16 and CF. RGB value is (164,22,207). Sum of RGB (Red+Green+Blue) = 164+22+207=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #A416CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416CF is #5BE930. Grayscale: #545454. Windows color (decimal): -6023473 or 13571748. OLE color: 13571748.
HSL color Cylindrical-coordinate representation of color #A416CF: hue angle of 286.05º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A416CF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 22 | 207 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.19 |
| HSL | 286.05º | 0.81% | 0.45% | - |
| HSV(B) | 286.05º | 0.89% | 0.81% | - |
| XYZ | 26.86 | 12.97 | 60.12 | - |
| YUV | 85.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 207 | 0.21 | 0.89 | 0 | 0.19 | 286.05 | 0.81 | 0.45 |
| Hex | A4 | 16 | CF | 15 | 59 | 0 | 13 | 11E | 51 | 2D |
| Octal | 244 | 26 | 317 | 25 | 131 | 0 | 23 | 436 | 121 | 55 |
| Binary | 10100100 | 10110 | 11001111 | 10101 | 1011001 | 0 | 10011 | 100011110 | 1010001 | 101101 |
Color Harmonies of #A416CF
Complementary color
Monochromatic Colors of #A416CF
Black with #A416CF
Text Example
Text Example
White with #A416CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416CF; }
p { color: rgb(164,22,207); }
H1.HeaderClassName
{
color: #A416CF;
}
.AnyTagClassName
{
color: #A416CF;
}
</style>
background-color css
<style>
a { background-color: #A416CF; }
a { background-color: rgb(164,22,207); }
div.DivClassName
{
background-color: #A416CF;
}
.BgClassName
{
background-color: #A416CF;
}
</style>
border-color css
<style>
span { border-color: #A416CF; }
span { border-color: rgb(164,22,207); }
td.TdClassName
{
border-color: #A416CF;
}
.TagClassName
{
border-color: #A416CF;
}
</style>