Shades of Dark Violet #A40BDF
Tints of Dark Violet #A40BDF
RGB
CMYK
RGB Variations
Color information
#A40BDF (or 0xA40BDF) is known color: Dark Violet. HEX triplet: A4, 0B and DF. RGB value is (164,11,223). Sum of RGB (Red+Green+Blue) = 164+11+223=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #A40BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BDF is #5BF420. Grayscale: #505050. Windows color (decimal): -6026273 or 14617508. OLE color: 14617508.
HSL color Cylindrical-coordinate representation of color #A40BDF: hue angle of 283.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BDF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 11 | 223 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.3º | 0.91% | 0.46% | - |
| HSV(B) | 283.3º | 0.95% | 0.87% | - |
| XYZ | 28.75 | 13.46 | 70.89 | - |
| YUV | 80.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 223 | 0.26 | 0.95 | 0 | 0.13 | 283.3 | 0.91 | 0.46 |
| Hex | A4 | B | DF | 1A | 5F | 0 | D | 11B | 5B | 2E |
| Octal | 244 | 13 | 337 | 32 | 137 | 0 | 15 | 433 | 133 | 56 |
| Binary | 10100100 | 1011 | 11011111 | 11010 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A40BDF
Complementary color
Monochromatic Colors of #A40BDF
Black with #A40BDF
Text Example
Text Example
White with #A40BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BDF; }
p { color: rgb(164,11,223); }
H1.HeaderClassName
{
color: #A40BDF;
}
.AnyTagClassName
{
color: #A40BDF;
}
</style>
background-color css
<style>
a { background-color: #A40BDF; }
a { background-color: rgb(164,11,223); }
div.DivClassName
{
background-color: #A40BDF;
}
.BgClassName
{
background-color: #A40BDF;
}
</style>
border-color css
<style>
span { border-color: #A40BDF; }
span { border-color: rgb(164,11,223); }
td.TdClassName
{
border-color: #A40BDF;
}
.TagClassName
{
border-color: #A40BDF;
}
</style>