Shades of Dark Violet #A40ACD
Tints of Dark Violet #A40ACD
RGB
CMYK
RGB Variations
Color information
#A40ACD (or 0xA40ACD) is known color: Dark Violet. HEX triplet: A4, 0A and CD. RGB value is (164,10,205). Sum of RGB (Red+Green+Blue) = 164+10+205=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #A40ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ACD is #5BF532. Grayscale: #4D4D4D. Windows color (decimal): -6026547 or 13437604. OLE color: 13437604.
HSL color Cylindrical-coordinate representation of color #A40ACD: hue angle of 287.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ACD is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 10 | 205 | - |
| CMYK | 0.2 | 0.95 | 0 | 0.20 |
| HSL | 287.38º | 0.91% | 0.42% | - |
| HSV(B) | 287.38º | 0.95% | 0.8% | - |
| XYZ | 26.44 | 12.52 | 58.78 | - |
| YUV | 78.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 205 | 0.2 | 0.95 | 0 | 0.20 | 287.38 | 0.91 | 0.42 |
| Hex | A4 | A | CD | 14 | 5F | 0 | 14 | 11F | 5B | 2A |
| Octal | 244 | 12 | 315 | 24 | 137 | 0 | 24 | 437 | 133 | 52 |
| Binary | 10100100 | 1010 | 11001101 | 10100 | 1011111 | 0 | 10100 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A40ACD
Complementary color
Monochromatic Colors of #A40ACD
Black with #A40ACD
Text Example
Text Example
White with #A40ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ACD; }
p { color: rgb(164,10,205); }
H1.HeaderClassName
{
color: #A40ACD;
}
.AnyTagClassName
{
color: #A40ACD;
}
</style>
background-color css
<style>
a { background-color: #A40ACD; }
a { background-color: rgb(164,10,205); }
div.DivClassName
{
background-color: #A40ACD;
}
.BgClassName
{
background-color: #A40ACD;
}
</style>
border-color css
<style>
span { border-color: #A40ACD; }
span { border-color: rgb(164,10,205); }
td.TdClassName
{
border-color: #A40ACD;
}
.TagClassName
{
border-color: #A40ACD;
}
</style>