Shades of Dark Violet #A40BBC
Tints of Dark Violet #A40BBC
RGB
CMYK
RGB Variations
Color information
#A40BBC (or 0xA40BBC) is known color: Dark Violet. HEX triplet: A4, 0B and BC. RGB value is (164,11,188). Sum of RGB (Red+Green+Blue) = 164+11+188=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #A40BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BBC is #5BF443. Grayscale: #4C4C4C. Windows color (decimal): -6026308 or 12323748. OLE color: 12323748.
HSL color Cylindrical-coordinate representation of color #A40BBC: hue angle of 291.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40BBC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 11 | 188 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.26 |
| HSL | 291.86º | 0.89% | 0.39% | - |
| HSV(B) | 291.86º | 0.94% | 0.74% | - |
| XYZ | 24.51 | 11.76 | 48.56 | - |
| YUV | 76.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 188 | 0.13 | 0.94 | 0 | 0.26 | 291.86 | 0.89 | 0.39 |
| Hex | A4 | B | BC | D | 5E | 0 | 1A | 124 | 59 | 27 |
| Octal | 244 | 13 | 274 | 15 | 136 | 0 | 32 | 444 | 131 | 47 |
| Binary | 10100100 | 1011 | 10111100 | 1101 | 1011110 | 0 | 11010 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A40BBC
Complementary color
Monochromatic Colors of #A40BBC
Black with #A40BBC
Text Example
Text Example
White with #A40BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BBC; }
p { color: rgb(164,11,188); }
H1.HeaderClassName
{
color: #A40BBC;
}
.AnyTagClassName
{
color: #A40BBC;
}
</style>
background-color css
<style>
a { background-color: #A40BBC; }
a { background-color: rgb(164,11,188); }
div.DivClassName
{
background-color: #A40BBC;
}
.BgClassName
{
background-color: #A40BBC;
}
</style>
border-color css
<style>
span { border-color: #A40BBC; }
span { border-color: rgb(164,11,188); }
td.TdClassName
{
border-color: #A40BBC;
}
.TagClassName
{
border-color: #A40BBC;
}
</style>