Shades of Dark Violet #A40BCC
Tints of Dark Violet #A40BCC
RGB
CMYK
RGB Variations
Color information
#A40BCC (or 0xA40BCC) is known color: Dark Violet. HEX triplet: A4, 0B and CC. RGB value is (164,11,204). Sum of RGB (Red+Green+Blue) = 164+11+204=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A40BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BCC is #5BF433. Grayscale: #4E4E4E. Windows color (decimal): -6026292 or 13372324. OLE color: 13372324.
HSL color Cylindrical-coordinate representation of color #A40BCC: hue angle of 287.56º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BCC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 11 | 204 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.2 |
| HSL | 287.56º | 0.9% | 0.42% | - |
| HSV(B) | 287.56º | 0.95% | 0.8% | - |
| XYZ | 26.33 | 12.49 | 58.15 | - |
| YUV | 78.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 204 | 0.20 | 0.95 | 0 | 0.2 | 287.56 | 0.9 | 0.42 |
| Hex | A4 | B | CC | 14 | 5F | 0 | 14 | 120 | 5A | 2A |
| Octal | 244 | 13 | 314 | 24 | 137 | 0 | 24 | 440 | 132 | 52 |
| Binary | 10100100 | 1011 | 11001100 | 10100 | 1011111 | 0 | 10100 | 100100000 | 1011010 | 101010 |
Color Harmonies of #A40BCC
Complementary color
Monochromatic Colors of #A40BCC
Black with #A40BCC
Text Example
Text Example
White with #A40BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BCC; }
p { color: rgb(164,11,204); }
H1.HeaderClassName
{
color: #A40BCC;
}
.AnyTagClassName
{
color: #A40BCC;
}
</style>
background-color css
<style>
a { background-color: #A40BCC; }
a { background-color: rgb(164,11,204); }
div.DivClassName
{
background-color: #A40BCC;
}
.BgClassName
{
background-color: #A40BCC;
}
</style>
border-color css
<style>
span { border-color: #A40BCC; }
span { border-color: rgb(164,11,204); }
td.TdClassName
{
border-color: #A40BCC;
}
.TagClassName
{
border-color: #A40BCC;
}
</style>