Shades of Dark Violet #A40ADF
Tints of Dark Violet #A40ADF
RGB
CMYK
RGB Variations
Color information
#A40ADF (or 0xA40ADF) is known color: Dark Violet. HEX triplet: A4, 0A and DF. RGB value is (164,10,223). Sum of RGB (Red+Green+Blue) = 164+10+223=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A40ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ADF is #5BF520. Grayscale: #4F4F4F. Windows color (decimal): -6026529 or 14617252. OLE color: 14617252.
HSL color Cylindrical-coordinate representation of color #A40ADF: hue angle of 283.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40ADF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 10 | 223 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 283.38º | 0.91% | 0.46% | - |
| HSV(B) | 283.38º | 0.96% | 0.87% | - |
| XYZ | 28.74 | 13.44 | 70.89 | - |
| YUV | 80.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 223 | 0.26 | 0.96 | 0 | 0.13 | 283.38 | 0.91 | 0.46 |
| Hex | A4 | A | DF | 1A | 60 | 0 | D | 11B | 5B | 2E |
| Octal | 244 | 12 | 337 | 32 | 140 | 0 | 15 | 433 | 133 | 56 |
| Binary | 10100100 | 1010 | 11011111 | 11010 | 1100000 | 0 | 1101 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A40ADF
Complementary color
Monochromatic Colors of #A40ADF
Black with #A40ADF
Text Example
Text Example
White with #A40ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ADF; }
p { color: rgb(164,10,223); }
H1.HeaderClassName
{
color: #A40ADF;
}
.AnyTagClassName
{
color: #A40ADF;
}
</style>
background-color css
<style>
a { background-color: #A40ADF; }
a { background-color: rgb(164,10,223); }
div.DivClassName
{
background-color: #A40ADF;
}
.BgClassName
{
background-color: #A40ADF;
}
</style>
border-color css
<style>
span { border-color: #A40ADF; }
span { border-color: rgb(164,10,223); }
td.TdClassName
{
border-color: #A40ADF;
}
.TagClassName
{
border-color: #A40ADF;
}
</style>