Shades of Dark Violet #A40BCB
Tints of Dark Violet #A40BCB
RGB
CMYK
RGB Variations
Color information
#A40BCB (or 0xA40BCB) is known color: Dark Violet. HEX triplet: A4, 0B and CB. RGB value is (164,11,203). Sum of RGB (Red+Green+Blue) = 164+11+203=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #A40BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BCB is #5BF434. Grayscale: #4E4E4E. Windows color (decimal): -6026293 or 13306788. OLE color: 13306788.
HSL color Cylindrical-coordinate representation of color #A40BCB: hue angle of 287.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BCB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 11 | 203 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.20 |
| HSL | 287.81º | 0.9% | 0.42% | - |
| HSV(B) | 287.81º | 0.95% | 0.8% | - |
| XYZ | 26.21 | 12.44 | 57.52 | - |
| YUV | 78.64 | 198.19 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 203 | 0.19 | 0.95 | 0 | 0.20 | 287.81 | 0.9 | 0.42 |
| Hex | A4 | B | CB | 13 | 5F | 0 | 14 | 120 | 5A | 2A |
| Octal | 244 | 13 | 313 | 23 | 137 | 0 | 24 | 440 | 132 | 52 |
| Binary | 10100100 | 1011 | 11001011 | 10011 | 1011111 | 0 | 10100 | 100100000 | 1011010 | 101010 |
Color Harmonies of #A40BCB
Complementary color
Monochromatic Colors of #A40BCB
Black with #A40BCB
Text Example
Text Example
White with #A40BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40BCB; }
p { color: rgb(164,11,203); }
H1.HeaderClassName
{
color: #A40BCB;
}
.AnyTagClassName
{
color: #A40BCB;
}
</style>
background-color css
<style>
a { background-color: #A40BCB; }
a { background-color: rgb(164,11,203); }
div.DivClassName
{
background-color: #A40BCB;
}
.BgClassName
{
background-color: #A40BCB;
}
</style>
border-color css
<style>
span { border-color: #A40BCB; }
span { border-color: rgb(164,11,203); }
td.TdClassName
{
border-color: #A40BCB;
}
.TagClassName
{
border-color: #A40BCB;
}
</style>