Shades of Dark Violet #A40CDE
Tints of Dark Violet #A40CDE
RGB
CMYK
RGB Variations
Color information
#A40CDE (or 0xA40CDE) is known color: Dark Violet. HEX triplet: A4, 0C and DE. RGB value is (164,12,222). Sum of RGB (Red+Green+Blue) = 164+12+222=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #A40CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CDE is #5BF321. Grayscale: #505050. Windows color (decimal): -6026018 or 14552228. OLE color: 14552228.
HSL color Cylindrical-coordinate representation of color #A40CDE: hue angle of 283.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40CDE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 12 | 222 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.43º | 0.9% | 0.46% | - |
| HSV(B) | 283.43º | 0.95% | 0.87% | - |
| XYZ | 28.63 | 13.43 | 70.19 | - |
| YUV | 81.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 222 | 0.26 | 0.95 | 0 | 0.13 | 283.43 | 0.9 | 0.46 |
| Hex | A4 | C | DE | 1A | 5F | 0 | D | 11B | 5A | 2E |
| Octal | 244 | 14 | 336 | 32 | 137 | 0 | 15 | 433 | 132 | 56 |
| Binary | 10100100 | 1100 | 11011110 | 11010 | 1011111 | 0 | 1101 | 100011011 | 1011010 | 101110 |
Color Harmonies of #A40CDE
Complementary color
Monochromatic Colors of #A40CDE
Black with #A40CDE
Text Example
Text Example
White with #A40CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CDE; }
p { color: rgb(164,12,222); }
H1.HeaderClassName
{
color: #A40CDE;
}
.AnyTagClassName
{
color: #A40CDE;
}
</style>
background-color css
<style>
a { background-color: #A40CDE; }
a { background-color: rgb(164,12,222); }
div.DivClassName
{
background-color: #A40CDE;
}
.BgClassName
{
background-color: #A40CDE;
}
</style>
border-color css
<style>
span { border-color: #A40CDE; }
span { border-color: rgb(164,12,222); }
td.TdClassName
{
border-color: #A40CDE;
}
.TagClassName
{
border-color: #A40CDE;
}
</style>