Shades of Dark Violet #A40CBE
Tints of Dark Violet #A40CBE
RGB
CMYK
RGB Variations
Color information
#A40CBE (or 0xA40CBE) is known color: Dark Violet. HEX triplet: A4, 0C and BE. RGB value is (164,12,190). Sum of RGB (Red+Green+Blue) = 164+12+190=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #A40CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CBE is #5BF341. Grayscale: #4D4D4D. Windows color (decimal): -6026050 or 12455076. OLE color: 12455076.
HSL color Cylindrical-coordinate representation of color #A40CBE: hue angle of 291.24º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CBE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 12 | 190 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.25 |
| HSL | 291.24º | 0.88% | 0.4% | - |
| HSV(B) | 291.24º | 0.94% | 0.75% | - |
| XYZ | 24.74 | 11.87 | 49.7 | - |
| YUV | 77.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 190 | 0.14 | 0.94 | 0 | 0.25 | 291.24 | 0.88 | 0.4 |
| Hex | A4 | C | BE | E | 5E | 0 | 19 | 123 | 58 | 28 |
| Octal | 244 | 14 | 276 | 16 | 136 | 0 | 31 | 443 | 130 | 50 |
| Binary | 10100100 | 1100 | 10111110 | 1110 | 1011110 | 0 | 11001 | 100100011 | 1011000 | 101000 |
Color Harmonies of #A40CBE
Complementary color
Monochromatic Colors of #A40CBE
Black with #A40CBE
Text Example
Text Example
White with #A40CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CBE; }
p { color: rgb(164,12,190); }
H1.HeaderClassName
{
color: #A40CBE;
}
.AnyTagClassName
{
color: #A40CBE;
}
</style>
background-color css
<style>
a { background-color: #A40CBE; }
a { background-color: rgb(164,12,190); }
div.DivClassName
{
background-color: #A40CBE;
}
.BgClassName
{
background-color: #A40CBE;
}
</style>
border-color css
<style>
span { border-color: #A40CBE; }
span { border-color: rgb(164,12,190); }
td.TdClassName
{
border-color: #A40CBE;
}
.TagClassName
{
border-color: #A40CBE;
}
</style>