Shades of Dark Violet #A40CCB
Tints of Dark Violet #A40CCB
RGB
CMYK
RGB Variations
Color information
#A40CCB (or 0xA40CCB) is known color: Dark Violet. HEX triplet: A4, 0C and CB. RGB value is (164,12,203). Sum of RGB (Red+Green+Blue) = 164+12+203=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #A40CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CCB is #5BF334. Grayscale: #4E4E4E. Windows color (decimal): -6026037 or 13307044. OLE color: 13307044.
HSL color Cylindrical-coordinate representation of color #A40CCB: hue angle of 287.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CCB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 12 | 203 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.20 |
| HSL | 287.75º | 0.89% | 0.42% | - |
| HSV(B) | 287.75º | 0.94% | 0.8% | - |
| XYZ | 26.22 | 12.47 | 57.52 | - |
| YUV | 79.22 | 197.86 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 203 | 0.19 | 0.94 | 0 | 0.20 | 287.75 | 0.89 | 0.42 |
| Hex | A4 | C | CB | 13 | 5E | 0 | 14 | 120 | 59 | 2A |
| Octal | 244 | 14 | 313 | 23 | 136 | 0 | 24 | 440 | 131 | 52 |
| Binary | 10100100 | 1100 | 11001011 | 10011 | 1011110 | 0 | 10100 | 100100000 | 1011001 | 101010 |
Color Harmonies of #A40CCB
Complementary color
Monochromatic Colors of #A40CCB
Black with #A40CCB
Text Example
Text Example
White with #A40CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40CCB; }
p { color: rgb(164,12,203); }
H1.HeaderClassName
{
color: #A40CCB;
}
.AnyTagClassName
{
color: #A40CCB;
}
</style>
background-color css
<style>
a { background-color: #A40CCB; }
a { background-color: rgb(164,12,203); }
div.DivClassName
{
background-color: #A40CCB;
}
.BgClassName
{
background-color: #A40CCB;
}
</style>
border-color css
<style>
span { border-color: #A40CCB; }
span { border-color: rgb(164,12,203); }
td.TdClassName
{
border-color: #A40CCB;
}
.TagClassName
{
border-color: #A40CCB;
}
</style>