Shades of Dark Violet #A40ACF
Tints of Dark Violet #A40ACF
RGB
CMYK
RGB Variations
Color information
#A40ACF (or 0xA40ACF) is known color: Dark Violet. HEX triplet: A4, 0A and CF. RGB value is (164,10,207). Sum of RGB (Red+Green+Blue) = 164+10+207=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #A40ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ACF is #5BF530. Grayscale: #4D4D4D. Windows color (decimal): -6026545 or 13568676. OLE color: 13568676.
HSL color Cylindrical-coordinate representation of color #A40ACF: hue angle of 286.9º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ACF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 10 | 207 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.19 |
| HSL | 286.9º | 0.91% | 0.43% | - |
| HSV(B) | 286.9º | 0.95% | 0.81% | - |
| XYZ | 26.68 | 12.61 | 60.06 | - |
| YUV | 78.5 | 200.52 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 207 | 0.21 | 0.95 | 0 | 0.19 | 286.9 | 0.91 | 0.43 |
| Hex | A4 | A | CF | 15 | 5F | 0 | 13 | 11F | 5B | 2B |
| Octal | 244 | 12 | 317 | 25 | 137 | 0 | 23 | 437 | 133 | 53 |
| Binary | 10100100 | 1010 | 11001111 | 10101 | 1011111 | 0 | 10011 | 100011111 | 1011011 | 101011 |
Color Harmonies of #A40ACF
Complementary color
Monochromatic Colors of #A40ACF
Black with #A40ACF
Text Example
Text Example
White with #A40ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ACF; }
p { color: rgb(164,10,207); }
H1.HeaderClassName
{
color: #A40ACF;
}
.AnyTagClassName
{
color: #A40ACF;
}
</style>
background-color css
<style>
a { background-color: #A40ACF; }
a { background-color: rgb(164,10,207); }
div.DivClassName
{
background-color: #A40ACF;
}
.BgClassName
{
background-color: #A40ACF;
}
</style>
border-color css
<style>
span { border-color: #A40ACF; }
span { border-color: rgb(164,10,207); }
td.TdClassName
{
border-color: #A40ACF;
}
.TagClassName
{
border-color: #A40ACF;
}
</style>