Shades of Dark Violet #A40CBA
Tints of Dark Violet #A40CBA
RGB
CMYK
RGB Variations
Color information
#A40CBA (or 0xA40CBA) is known color: Dark Violet. HEX triplet: A4, 0C and BA. RGB value is (164,12,186). Sum of RGB (Red+Green+Blue) = 164+12+186=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A40CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CBA is #5BF345. Grayscale: #4C4C4C. Windows color (decimal): -6026054 or 12192932. OLE color: 12192932.
HSL color Cylindrical-coordinate representation of color #A40CBA: hue angle of 292.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CBA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 12 | 186 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.27 |
| HSL | 292.41º | 0.88% | 0.39% | - |
| HSV(B) | 292.41º | 0.94% | 0.73% | - |
| XYZ | 24.3 | 11.7 | 47.43 | - |
| YUV | 77.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 186 | 0.12 | 0.94 | 0 | 0.27 | 292.41 | 0.88 | 0.39 |
| Hex | A4 | C | BA | C | 5E | 0 | 1B | 124 | 58 | 27 |
| Octal | 244 | 14 | 272 | 14 | 136 | 0 | 33 | 444 | 130 | 47 |
| Binary | 10100100 | 1100 | 10111010 | 1100 | 1011110 | 0 | 11011 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A40CBA
Complementary color
Monochromatic Colors of #A40CBA
Black with #A40CBA
Text Example
Text Example
White with #A40CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CBA; }
p { color: rgb(164,12,186); }
H1.HeaderClassName
{
color: #A40CBA;
}
.AnyTagClassName
{
color: #A40CBA;
}
</style>
background-color css
<style>
a { background-color: #A40CBA; }
a { background-color: rgb(164,12,186); }
div.DivClassName
{
background-color: #A40CBA;
}
.BgClassName
{
background-color: #A40CBA;
}
</style>
border-color css
<style>
span { border-color: #A40CBA; }
span { border-color: rgb(164,12,186); }
td.TdClassName
{
border-color: #A40CBA;
}
.TagClassName
{
border-color: #A40CBA;
}
</style>