Shades of Dark Violet #A416C7
Tints of Dark Violet #A416C7
RGB
CMYK
RGB Variations
Color information
#A416C7 (or 0xA416C7) is known color: Dark Violet. HEX triplet: A4, 16 and C7. RGB value is (164,22,199). Sum of RGB (Red+Green+Blue) = 164+22+199=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #A416C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416C7 is #5BE938. Grayscale: #545454. Windows color (decimal): -6023481 or 13047460. OLE color: 13047460.
HSL color Cylindrical-coordinate representation of color #A416C7: hue angle of 288.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A416C7 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 22 | 199 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.22 |
| HSL | 288.14º | 0.8% | 0.43% | - |
| HSV(B) | 288.14º | 0.89% | 0.78% | - |
| XYZ | 25.91 | 12.59 | 55.1 | - |
| YUV | 84.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 199 | 0.18 | 0.89 | 0 | 0.22 | 288.14 | 0.8 | 0.43 |
| Hex | A4 | 16 | C7 | 12 | 59 | 0 | 16 | 120 | 50 | 2B |
| Octal | 244 | 26 | 307 | 22 | 131 | 0 | 26 | 440 | 120 | 53 |
| Binary | 10100100 | 10110 | 11000111 | 10010 | 1011001 | 0 | 10110 | 100100000 | 1010000 | 101011 |
Color Harmonies of #A416C7
Complementary color
Monochromatic Colors of #A416C7
Black with #A416C7
Text Example
Text Example
White with #A416C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416C7; }
p { color: rgb(164,22,199); }
H1.HeaderClassName
{
color: #A416C7;
}
.AnyTagClassName
{
color: #A416C7;
}
</style>
background-color css
<style>
a { background-color: #A416C7; }
a { background-color: rgb(164,22,199); }
div.DivClassName
{
background-color: #A416C7;
}
.BgClassName
{
background-color: #A416C7;
}
</style>
border-color css
<style>
span { border-color: #A416C7; }
span { border-color: rgb(164,22,199); }
td.TdClassName
{
border-color: #A416C7;
}
.TagClassName
{
border-color: #A416C7;
}
</style>