Shades of Dark Violet #A50CCA
Tints of Dark Violet #A50CCA
RGB
CMYK
RGB Variations
Color information
#A50CCA (or 0xA50CCA) is known color: Dark Violet. HEX triplet: A5, 0C and CA. RGB value is (165,12,202). Sum of RGB (Red+Green+Blue) = 165+12+202=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #A50CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CCA is #5AF335. Grayscale: #4E4E4E. Windows color (decimal): -5960502 or 13241509. OLE color: 13241509.
HSL color Cylindrical-coordinate representation of color #A50CCA: hue angle of 288.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CCA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 12 | 202 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.21 |
| HSL | 288.32º | 0.89% | 0.42% | - |
| HSV(B) | 288.32º | 0.94% | 0.79% | - |
| XYZ | 26.31 | 12.53 | 56.91 | - |
| YUV | 79.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 202 | 0.18 | 0.94 | 0 | 0.21 | 288.32 | 0.89 | 0.42 |
| Hex | A5 | C | CA | 12 | 5E | 0 | 15 | 120 | 59 | 2A |
| Octal | 245 | 14 | 312 | 22 | 136 | 0 | 25 | 440 | 131 | 52 |
| Binary | 10100101 | 1100 | 11001010 | 10010 | 1011110 | 0 | 10101 | 100100000 | 1011001 | 101010 |
Color Harmonies of #A50CCA
Complementary color
Monochromatic Colors of #A50CCA
Black with #A50CCA
Text Example
Text Example
White with #A50CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CCA; }
p { color: rgb(165,12,202); }
H1.HeaderClassName
{
color: #A50CCA;
}
.AnyTagClassName
{
color: #A50CCA;
}
</style>
background-color css
<style>
a { background-color: #A50CCA; }
a { background-color: rgb(165,12,202); }
div.DivClassName
{
background-color: #A50CCA;
}
.BgClassName
{
background-color: #A50CCA;
}
</style>
border-color css
<style>
span { border-color: #A50CCA; }
span { border-color: rgb(165,12,202); }
td.TdClassName
{
border-color: #A50CCA;
}
.TagClassName
{
border-color: #A50CCA;
}
</style>