Shades of Dark Violet #A40ADC
Tints of Dark Violet #A40ADC
RGB
CMYK
RGB Variations
Color information
#A40ADC (or 0xA40ADC) is known color: Dark Violet. HEX triplet: A4, 0A and DC. RGB value is (164,10,220). Sum of RGB (Red+Green+Blue) = 164+10+220=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #A40ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ADC is #5BF523. Grayscale: #4F4F4F. Windows color (decimal): -6026532 or 14420644. OLE color: 14420644.
HSL color Cylindrical-coordinate representation of color #A40ADC: hue angle of 284º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ADC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 10 | 220 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.14 |
| HSL | 284º | 0.91% | 0.45% | - |
| HSV(B) | 284º | 0.95% | 0.86% | - |
| XYZ | 28.34 | 13.28 | 68.78 | - |
| YUV | 79.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 220 | 0.25 | 0.95 | 0 | 0.14 | 284 | 0.91 | 0.45 |
| Hex | A4 | A | DC | 19 | 5F | 0 | E | 11C | 5B | 2D |
| Octal | 244 | 12 | 334 | 31 | 137 | 0 | 16 | 434 | 133 | 55 |
| Binary | 10100100 | 1010 | 11011100 | 11001 | 1011111 | 0 | 1110 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A40ADC
Complementary color
Monochromatic Colors of #A40ADC
Black with #A40ADC
Text Example
Text Example
White with #A40ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ADC; }
p { color: rgb(164,10,220); }
H1.HeaderClassName
{
color: #A40ADC;
}
.AnyTagClassName
{
color: #A40ADC;
}
</style>
background-color css
<style>
a { background-color: #A40ADC; }
a { background-color: rgb(164,10,220); }
div.DivClassName
{
background-color: #A40ADC;
}
.BgClassName
{
background-color: #A40ADC;
}
</style>
border-color css
<style>
span { border-color: #A40ADC; }
span { border-color: rgb(164,10,220); }
td.TdClassName
{
border-color: #A40ADC;
}
.TagClassName
{
border-color: #A40ADC;
}
</style>