Shades of Dark Violet #A416DF
Tints of Dark Violet #A416DF
RGB
CMYK
RGB Variations
Color information
#A416DF (or 0xA416DF) is known color: Dark Violet. HEX triplet: A4, 16 and DF. RGB value is (164,22,223). Sum of RGB (Red+Green+Blue) = 164+22+223=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #A416DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416DF is #5BE920. Grayscale: #565656. Windows color (decimal): -6023457 or 14620324. OLE color: 14620324.
HSL color Cylindrical-coordinate representation of color #A416DF: hue angle of 282.39º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A416DF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 22 | 223 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.13 |
| HSL | 282.39º | 0.82% | 0.48% | - |
| HSV(B) | 282.39º | 0.9% | 0.87% | - |
| XYZ | 28.92 | 13.79 | 70.95 | - |
| YUV | 87.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 223 | 0.26 | 0.90 | 0 | 0.13 | 282.39 | 0.82 | 0.48 |
| Hex | A4 | 16 | DF | 1A | 5A | 0 | D | 11A | 52 | 30 |
| Octal | 244 | 26 | 337 | 32 | 132 | 0 | 15 | 432 | 122 | 60 |
| Binary | 10100100 | 10110 | 11011111 | 11010 | 1011010 | 0 | 1101 | 100011010 | 1010010 | 110000 |
Color Harmonies of #A416DF
Complementary color
Monochromatic Colors of #A416DF
Black with #A416DF
Text Example
Text Example
White with #A416DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A416DF; }
p { color: rgb(164,22,223); }
H1.HeaderClassName
{
color: #A416DF;
}
.AnyTagClassName
{
color: #A416DF;
}
</style>
background-color css
<style>
a { background-color: #A416DF; }
a { background-color: rgb(164,22,223); }
div.DivClassName
{
background-color: #A416DF;
}
.BgClassName
{
background-color: #A416DF;
}
</style>
border-color css
<style>
span { border-color: #A416DF; }
span { border-color: rgb(164,22,223); }
td.TdClassName
{
border-color: #A416DF;
}
.TagClassName
{
border-color: #A416DF;
}
</style>