Shades of Dark Violet #A40CDD
Tints of Dark Violet #A40CDD
RGB
CMYK
RGB Variations
Color information
#A40CDD (or 0xA40CDD) is known color: Dark Violet. HEX triplet: A4, 0C and DD. RGB value is (164,12,221). Sum of RGB (Red+Green+Blue) = 164+12+221=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #A40CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CDD is #5BF322. Grayscale: #505050. Windows color (decimal): -6026019 or 14486692. OLE color: 14486692.
HSL color Cylindrical-coordinate representation of color #A40CDD: hue angle of 283.64º 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 #A40CDD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 12 | 221 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.64º | 0.9% | 0.46% | - |
| HSV(B) | 283.64º | 0.95% | 0.87% | - |
| XYZ | 28.49 | 13.38 | 69.49 | - |
| YUV | 81.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 221 | 0.26 | 0.95 | 0 | 0.13 | 283.64 | 0.9 | 0.46 |
| Hex | A4 | C | DD | 1A | 5F | 0 | D | 11C | 5A | 2E |
| Octal | 244 | 14 | 335 | 32 | 137 | 0 | 15 | 434 | 132 | 56 |
| Binary | 10100100 | 1100 | 11011101 | 11010 | 1011111 | 0 | 1101 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A40CDD
Complementary color
Monochromatic Colors of #A40CDD
Black with #A40CDD
Text Example
Text Example
White with #A40CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CDD; }
p { color: rgb(164,12,221); }
H1.HeaderClassName
{
color: #A40CDD;
}
.AnyTagClassName
{
color: #A40CDD;
}
</style>
background-color css
<style>
a { background-color: #A40CDD; }
a { background-color: rgb(164,12,221); }
div.DivClassName
{
background-color: #A40CDD;
}
.BgClassName
{
background-color: #A40CDD;
}
</style>
border-color css
<style>
span { border-color: #A40CDD; }
span { border-color: rgb(164,12,221); }
td.TdClassName
{
border-color: #A40CDD;
}
.TagClassName
{
border-color: #A40CDD;
}
</style>