Shades of Dark Violet #A50CCC
Tints of Dark Violet #A50CCC
RGB
CMYK
RGB Variations
Color information
#A50CCC (or 0xA50CCC) is known color: Dark Violet. HEX triplet: A5, 0C and CC. RGB value is (165,12,204). Sum of RGB (Red+Green+Blue) = 165+12+204=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #A50CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CCC is #5AF333. Grayscale: #4F4F4F. Windows color (decimal): -5960500 or 13372581. OLE color: 13372581.
HSL color Cylindrical-coordinate representation of color #A50CCC: hue angle of 287.81º 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 #A50CCC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 12 | 204 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.2 |
| HSL | 287.81º | 0.89% | 0.42% | - |
| HSV(B) | 287.81º | 0.94% | 0.8% | - |
| XYZ | 26.55 | 12.62 | 58.16 | - |
| YUV | 79.64 | 198.19 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 204 | 0.19 | 0.94 | 0 | 0.2 | 287.81 | 0.89 | 0.42 |
| Hex | A5 | C | CC | 13 | 5E | 0 | 14 | 120 | 59 | 2A |
| Octal | 245 | 14 | 314 | 23 | 136 | 0 | 24 | 440 | 131 | 52 |
| Binary | 10100101 | 1100 | 11001100 | 10011 | 1011110 | 0 | 10100 | 100100000 | 1011001 | 101010 |
Color Harmonies of #A50CCC
Complementary color
Monochromatic Colors of #A50CCC
Black with #A50CCC
Text Example
Text Example
White with #A50CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CCC; }
p { color: rgb(165,12,204); }
H1.HeaderClassName
{
color: #A50CCC;
}
.AnyTagClassName
{
color: #A50CCC;
}
</style>
background-color css
<style>
a { background-color: #A50CCC; }
a { background-color: rgb(165,12,204); }
div.DivClassName
{
background-color: #A50CCC;
}
.BgClassName
{
background-color: #A50CCC;
}
</style>
border-color css
<style>
span { border-color: #A50CCC; }
span { border-color: rgb(165,12,204); }
td.TdClassName
{
border-color: #A50CCC;
}
.TagClassName
{
border-color: #A50CCC;
}
</style>