Shades of Dark Violet #A50CDF
Tints of Dark Violet #A50CDF
RGB
CMYK
RGB Variations
Color information
#A50CDF (or 0xA50CDF) is known color: Dark Violet. HEX triplet: A5, 0C and DF. RGB value is (165,12,223). Sum of RGB (Red+Green+Blue) = 165+12+223=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #A50CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CDF is #5AF320. Grayscale: #515151. Windows color (decimal): -5960481 or 14617765. OLE color: 14617765.
HSL color Cylindrical-coordinate representation of color #A50CDF: hue angle of 283.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CDF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 12 | 223 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.51º | 0.9% | 0.46% | - |
| HSV(B) | 283.51º | 0.95% | 0.87% | - |
| XYZ | 28.97 | 13.59 | 70.91 | - |
| YUV | 81.8 | 207.69 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 223 | 0.26 | 0.95 | 0 | 0.13 | 283.51 | 0.9 | 0.46 |
| Hex | A5 | C | DF | 1A | 5F | 0 | D | 11C | 5A | 2E |
| Octal | 245 | 14 | 337 | 32 | 137 | 0 | 15 | 434 | 132 | 56 |
| Binary | 10100101 | 1100 | 11011111 | 11010 | 1011111 | 0 | 1101 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A50CDF
Complementary color
Monochromatic Colors of #A50CDF
Black with #A50CDF
Text Example
Text Example
White with #A50CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CDF; }
p { color: rgb(165,12,223); }
H1.HeaderClassName
{
color: #A50CDF;
}
.AnyTagClassName
{
color: #A50CDF;
}
</style>
background-color css
<style>
a { background-color: #A50CDF; }
a { background-color: rgb(165,12,223); }
div.DivClassName
{
background-color: #A50CDF;
}
.BgClassName
{
background-color: #A50CDF;
}
</style>
border-color css
<style>
span { border-color: #A50CDF; }
span { border-color: rgb(165,12,223); }
td.TdClassName
{
border-color: #A50CDF;
}
.TagClassName
{
border-color: #A50CDF;
}
</style>