Shades of Dark Violet #A40BBA
Tints of Dark Violet #A40BBA
RGB
CMYK
RGB Variations
Color information
#A40BBA (or 0xA40BBA) is known color: Dark Violet. HEX triplet: A4, 0B and BA. RGB value is (164,11,186). Sum of RGB (Red+Green+Blue) = 164+11+186=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #A40BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BBA is #5BF445. Grayscale: #4C4C4C. Windows color (decimal): -6026310 or 12192676. OLE color: 12192676.
HSL color Cylindrical-coordinate representation of color #A40BBA: hue angle of 292.46º degrees, saturation: 0.89, 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 #A40BBA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 11 | 186 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.27 |
| HSL | 292.46º | 0.89% | 0.39% | - |
| HSV(B) | 292.46º | 0.94% | 0.73% | - |
| XYZ | 24.29 | 11.68 | 47.43 | - |
| YUV | 76.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 186 | 0.12 | 0.94 | 0 | 0.27 | 292.46 | 0.89 | 0.39 |
| Hex | A4 | B | BA | C | 5E | 0 | 1B | 124 | 59 | 27 |
| Octal | 244 | 13 | 272 | 14 | 136 | 0 | 33 | 444 | 131 | 47 |
| Binary | 10100100 | 1011 | 10111010 | 1100 | 1011110 | 0 | 11011 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A40BBA
Complementary color
Monochromatic Colors of #A40BBA
Black with #A40BBA
Text Example
Text Example
White with #A40BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BBA; }
p { color: rgb(164,11,186); }
H1.HeaderClassName
{
color: #A40BBA;
}
.AnyTagClassName
{
color: #A40BBA;
}
</style>
background-color css
<style>
a { background-color: #A40BBA; }
a { background-color: rgb(164,11,186); }
div.DivClassName
{
background-color: #A40BBA;
}
.BgClassName
{
background-color: #A40BBA;
}
</style>
border-color css
<style>
span { border-color: #A40BBA; }
span { border-color: rgb(164,11,186); }
td.TdClassName
{
border-color: #A40BBA;
}
.TagClassName
{
border-color: #A40BBA;
}
</style>