Shades of Dark Violet #A40FBA
Tints of Dark Violet #A40FBA
RGB
CMYK
RGB Variations
Color information
#A40FBA (or 0xA40FBA) is known color: Dark Violet. HEX triplet: A4, 0F and BA. RGB value is (164,15,186). Sum of RGB (Red+Green+Blue) = 164+15+186=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A40FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FBA is #5BF045. Grayscale: #4E4E4E. Windows color (decimal): -6025286 or 12193700. OLE color: 12193700.
HSL color Cylindrical-coordinate representation of color #A40FBA: hue angle of 292.28º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40FBA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 15 | 186 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.27 |
| HSL | 292.28º | 0.85% | 0.39% | - |
| HSV(B) | 292.28º | 0.92% | 0.73% | - |
| XYZ | 24.34 | 11.78 | 47.44 | - |
| YUV | 79.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 186 | 0.12 | 0.92 | 0 | 0.27 | 292.28 | 0.85 | 0.39 |
| Hex | A4 | F | BA | C | 5C | 0 | 1B | 124 | 55 | 27 |
| Octal | 244 | 17 | 272 | 14 | 134 | 0 | 33 | 444 | 125 | 47 |
| Binary | 10100100 | 1111 | 10111010 | 1100 | 1011100 | 0 | 11011 | 100100100 | 1010101 | 100111 |
Color Harmonies of #A40FBA
Complementary color
Monochromatic Colors of #A40FBA
Black with #A40FBA
Text Example
Text Example
White with #A40FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FBA; }
p { color: rgb(164,15,186); }
H1.HeaderClassName
{
color: #A40FBA;
}
.AnyTagClassName
{
color: #A40FBA;
}
</style>
background-color css
<style>
a { background-color: #A40FBA; }
a { background-color: rgb(164,15,186); }
div.DivClassName
{
background-color: #A40FBA;
}
.BgClassName
{
background-color: #A40FBA;
}
</style>
border-color css
<style>
span { border-color: #A40FBA; }
span { border-color: rgb(164,15,186); }
td.TdClassName
{
border-color: #A40FBA;
}
.TagClassName
{
border-color: #A40FBA;
}
</style>