Shades of Dark Violet #A40DCB
Tints of Dark Violet #A40DCB
RGB
CMYK
RGB Variations
Color information
#A40DCB (or 0xA40DCB) is known color: Dark Violet. HEX triplet: A4, 0D and CB. RGB value is (164,13,203). Sum of RGB (Red+Green+Blue) = 164+13+203=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #A40DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40DCB is #5BF234. Grayscale: #4F4F4F. Windows color (decimal): -6025781 or 13307300. OLE color: 13307300.
HSL color Cylindrical-coordinate representation of color #A40DCB: hue angle of 287.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40DCB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 13 | 203 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.20 |
| HSL | 287.68º | 0.88% | 0.42% | - |
| HSV(B) | 287.68º | 0.94% | 0.8% | - |
| XYZ | 26.23 | 12.49 | 57.53 | - |
| YUV | 79.81 | 197.53 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 203 | 0.19 | 0.94 | 0 | 0.20 | 287.68 | 0.88 | 0.42 |
| Hex | A4 | D | CB | 13 | 5E | 0 | 14 | 120 | 58 | 2A |
| Octal | 244 | 15 | 313 | 23 | 136 | 0 | 24 | 440 | 130 | 52 |
| Binary | 10100100 | 1101 | 11001011 | 10011 | 1011110 | 0 | 10100 | 100100000 | 1011000 | 101010 |
Color Harmonies of #A40DCB
Complementary color
Monochromatic Colors of #A40DCB
Black with #A40DCB
Text Example
Text Example
White with #A40DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DCB; }
p { color: rgb(164,13,203); }
H1.HeaderClassName
{
color: #A40DCB;
}
.AnyTagClassName
{
color: #A40DCB;
}
</style>
background-color css
<style>
a { background-color: #A40DCB; }
a { background-color: rgb(164,13,203); }
div.DivClassName
{
background-color: #A40DCB;
}
.BgClassName
{
background-color: #A40DCB;
}
</style>
border-color css
<style>
span { border-color: #A40DCB; }
span { border-color: rgb(164,13,203); }
td.TdClassName
{
border-color: #A40DCB;
}
.TagClassName
{
border-color: #A40DCB;
}
</style>