Shades of Dark Violet #A40BDC
Tints of Dark Violet #A40BDC
RGB
CMYK
RGB Variations
Color information
#A40BDC (or 0xA40BDC) is known color: Dark Violet. HEX triplet: A4, 0B and DC. RGB value is (164,11,220). Sum of RGB (Red+Green+Blue) = 164+11+220=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #A40BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BDC is #5BF423. Grayscale: #4F4F4F. Windows color (decimal): -6026276 or 14420900. OLE color: 14420900.
HSL color Cylindrical-coordinate representation of color #A40BDC: hue angle of 283.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BDC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 11 | 220 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.14 |
| HSL | 283.92º | 0.9% | 0.45% | - |
| HSV(B) | 283.92º | 0.95% | 0.86% | - |
| XYZ | 28.35 | 13.3 | 68.78 | - |
| YUV | 80.57 | 206.69 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 220 | 0.25 | 0.95 | 0 | 0.14 | 283.92 | 0.9 | 0.45 |
| Hex | A4 | B | DC | 19 | 5F | 0 | E | 11C | 5A | 2D |
| Octal | 244 | 13 | 334 | 31 | 137 | 0 | 16 | 434 | 132 | 55 |
| Binary | 10100100 | 1011 | 11011100 | 11001 | 1011111 | 0 | 1110 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A40BDC
Complementary color
Monochromatic Colors of #A40BDC
Black with #A40BDC
Text Example
Text Example
White with #A40BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BDC; }
p { color: rgb(164,11,220); }
H1.HeaderClassName
{
color: #A40BDC;
}
.AnyTagClassName
{
color: #A40BDC;
}
</style>
background-color css
<style>
a { background-color: #A40BDC; }
a { background-color: rgb(164,11,220); }
div.DivClassName
{
background-color: #A40BDC;
}
.BgClassName
{
background-color: #A40BDC;
}
</style>
border-color css
<style>
span { border-color: #A40BDC; }
span { border-color: rgb(164,11,220); }
td.TdClassName
{
border-color: #A40BDC;
}
.TagClassName
{
border-color: #A40BDC;
}
</style>