Shades of Dark Violet #A40CBB
Tints of Dark Violet #A40CBB
RGB
CMYK
RGB Variations
Color information
#A40CBB (or 0xA40CBB) is known color: Dark Violet. HEX triplet: A4, 0C and BB. RGB value is (164,12,187). Sum of RGB (Red+Green+Blue) = 164+12+187=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #A40CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CBB is #5BF344. Grayscale: #4C4C4C. Windows color (decimal): -6026053 or 12258468. OLE color: 12258468.
HSL color Cylindrical-coordinate representation of color #A40CBB: hue angle of 292.11º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CBB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 12 | 187 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.27 |
| HSL | 292.11º | 0.88% | 0.39% | - |
| HSV(B) | 292.11º | 0.94% | 0.73% | - |
| XYZ | 24.41 | 11.74 | 47.99 | - |
| YUV | 77.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 187 | 0.12 | 0.94 | 0 | 0.27 | 292.11 | 0.88 | 0.39 |
| Hex | A4 | C | BB | C | 5E | 0 | 1B | 124 | 58 | 27 |
| Octal | 244 | 14 | 273 | 14 | 136 | 0 | 33 | 444 | 130 | 47 |
| Binary | 10100100 | 1100 | 10111011 | 1100 | 1011110 | 0 | 11011 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A40CBB
Complementary color
Monochromatic Colors of #A40CBB
Black with #A40CBB
Text Example
Text Example
White with #A40CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CBB; }
p { color: rgb(164,12,187); }
H1.HeaderClassName
{
color: #A40CBB;
}
.AnyTagClassName
{
color: #A40CBB;
}
</style>
background-color css
<style>
a { background-color: #A40CBB; }
a { background-color: rgb(164,12,187); }
div.DivClassName
{
background-color: #A40CBB;
}
.BgClassName
{
background-color: #A40CBB;
}
</style>
border-color css
<style>
span { border-color: #A40CBB; }
span { border-color: rgb(164,12,187); }
td.TdClassName
{
border-color: #A40CBB;
}
.TagClassName
{
border-color: #A40CBB;
}
</style>