Shades of Dark Violet #A40FCB
Tints of Dark Violet #A40FCB
RGB
CMYK
RGB Variations
Color information
#A40FCB (or 0xA40FCB) is known color: Dark Violet. HEX triplet: A4, 0F and CB. RGB value is (164,15,203). Sum of RGB (Red+Green+Blue) = 164+15+203=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #A40FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FCB is #5BF034. Grayscale: #505050. Windows color (decimal): -6025269 or 13307812. OLE color: 13307812.
HSL color Cylindrical-coordinate representation of color #A40FCB: hue angle of 287.55º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FCB is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 15 | 203 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.20 |
| HSL | 287.55º | 0.86% | 0.43% | - |
| HSV(B) | 287.55º | 0.93% | 0.8% | - |
| XYZ | 26.26 | 12.55 | 57.54 | - |
| YUV | 80.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 15 | 203 | 0.19 | 0.93 | 0 | 0.20 | 287.55 | 0.86 | 0.43 |
| Hex | A4 | F | CB | 13 | 5D | 0 | 14 | 120 | 56 | 2B |
| Octal | 244 | 17 | 313 | 23 | 135 | 0 | 24 | 440 | 126 | 53 |
| Binary | 10100100 | 1111 | 11001011 | 10011 | 1011101 | 0 | 10100 | 100100000 | 1010110 | 101011 |
Color Harmonies of #A40FCB
Complementary color
Monochromatic Colors of #A40FCB
Black with #A40FCB
Text Example
Text Example
White with #A40FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40FCB; }
p { color: rgb(164,15,203); }
H1.HeaderClassName
{
color: #A40FCB;
}
.AnyTagClassName
{
color: #A40FCB;
}
</style>
background-color css
<style>
a { background-color: #A40FCB; }
a { background-color: rgb(164,15,203); }
div.DivClassName
{
background-color: #A40FCB;
}
.BgClassName
{
background-color: #A40FCB;
}
</style>
border-color css
<style>
span { border-color: #A40FCB; }
span { border-color: rgb(164,15,203); }
td.TdClassName
{
border-color: #A40FCB;
}
.TagClassName
{
border-color: #A40FCB;
}
</style>