Shades of Dark Violet #A40CBD
Tints of Dark Violet #A40CBD
RGB
CMYK
RGB Variations
Color information
#A40CBD (or 0xA40CBD) is known color: Dark Violet. HEX triplet: A4, 0C and BD. RGB value is (164,12,189). Sum of RGB (Red+Green+Blue) = 164+12+189=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #A40CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CBD is #5BF342. Grayscale: #4D4D4D. Windows color (decimal): -6026051 or 12389540. OLE color: 12389540.
HSL color Cylindrical-coordinate representation of color #A40CBD: hue angle of 291.53º degrees, saturation: 0.88, 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 #A40CBD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 12 | 189 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.26 |
| HSL | 291.53º | 0.88% | 0.39% | - |
| HSV(B) | 291.53º | 0.94% | 0.74% | - |
| XYZ | 24.63 | 11.83 | 49.13 | - |
| YUV | 77.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 189 | 0.13 | 0.94 | 0 | 0.26 | 291.53 | 0.88 | 0.39 |
| Hex | A4 | C | BD | D | 5E | 0 | 1A | 124 | 58 | 27 |
| Octal | 244 | 14 | 275 | 15 | 136 | 0 | 32 | 444 | 130 | 47 |
| Binary | 10100100 | 1100 | 10111101 | 1101 | 1011110 | 0 | 11010 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A40CBD
Complementary color
Monochromatic Colors of #A40CBD
Black with #A40CBD
Text Example
Text Example
White with #A40CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CBD; }
p { color: rgb(164,12,189); }
H1.HeaderClassName
{
color: #A40CBD;
}
.AnyTagClassName
{
color: #A40CBD;
}
</style>
background-color css
<style>
a { background-color: #A40CBD; }
a { background-color: rgb(164,12,189); }
div.DivClassName
{
background-color: #A40CBD;
}
.BgClassName
{
background-color: #A40CBD;
}
</style>
border-color css
<style>
span { border-color: #A40CBD; }
span { border-color: rgb(164,12,189); }
td.TdClassName
{
border-color: #A40CBD;
}
.TagClassName
{
border-color: #A40CBD;
}
</style>