Shades of Dark Violet #A40ACE
Tints of Dark Violet #A40ACE
RGB
CMYK
RGB Variations
Color information
#A40ACE (or 0xA40ACE) is known color: Dark Violet. HEX triplet: A4, 0A and CE. RGB value is (164,10,206). Sum of RGB (Red+Green+Blue) = 164+10+206=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #A40ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ACE is #5BF531. Grayscale: #4D4D4D. Windows color (decimal): -6026546 or 13503140. OLE color: 13503140.
HSL color Cylindrical-coordinate representation of color #A40ACE: hue angle of 287.14º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ACE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 10 | 206 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.19 |
| HSL | 287.14º | 0.91% | 0.42% | - |
| HSV(B) | 287.14º | 0.95% | 0.81% | - |
| XYZ | 26.56 | 12.57 | 59.42 | - |
| YUV | 78.39 | 200.02 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 206 | 0.20 | 0.95 | 0 | 0.19 | 287.14 | 0.91 | 0.42 |
| Hex | A4 | A | CE | 14 | 5F | 0 | 13 | 11F | 5B | 2A |
| Octal | 244 | 12 | 316 | 24 | 137 | 0 | 23 | 437 | 133 | 52 |
| Binary | 10100100 | 1010 | 11001110 | 10100 | 1011111 | 0 | 10011 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A40ACE
Complementary color
Monochromatic Colors of #A40ACE
Black with #A40ACE
Text Example
Text Example
White with #A40ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ACE; }
p { color: rgb(164,10,206); }
H1.HeaderClassName
{
color: #A40ACE;
}
.AnyTagClassName
{
color: #A40ACE;
}
</style>
background-color css
<style>
a { background-color: #A40ACE; }
a { background-color: rgb(164,10,206); }
div.DivClassName
{
background-color: #A40ACE;
}
.BgClassName
{
background-color: #A40ACE;
}
</style>
border-color css
<style>
span { border-color: #A40ACE; }
span { border-color: rgb(164,10,206); }
td.TdClassName
{
border-color: #A40ACE;
}
.TagClassName
{
border-color: #A40ACE;
}
</style>