Shades of Dark Violet #A50CDA
Tints of Dark Violet #A50CDA
RGB
CMYK
RGB Variations
Color information
#A50CDA (or 0xA50CDA) is known color: Dark Violet. HEX triplet: A5, 0C and DA. RGB value is (165,12,218). Sum of RGB (Red+Green+Blue) = 165+12+218=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #A50CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CDA is #5AF325. Grayscale: #505050. Windows color (decimal): -5960486 or 14290085. OLE color: 14290085.
HSL color Cylindrical-coordinate representation of color #A50CDA: hue angle of 284.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CDA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 12 | 218 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.15 |
| HSL | 284.56º | 0.9% | 0.45% | - |
| HSV(B) | 284.56º | 0.94% | 0.85% | - |
| XYZ | 28.3 | 13.32 | 67.41 | - |
| YUV | 81.23 | 205.19 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 218 | 0.24 | 0.94 | 0 | 0.15 | 284.56 | 0.9 | 0.45 |
| Hex | A5 | C | DA | 18 | 5E | 0 | F | 11D | 5A | 2D |
| Octal | 245 | 14 | 332 | 30 | 136 | 0 | 17 | 435 | 132 | 55 |
| Binary | 10100101 | 1100 | 11011010 | 11000 | 1011110 | 0 | 1111 | 100011101 | 1011010 | 101101 |
Color Harmonies of #A50CDA
Complementary color
Monochromatic Colors of #A50CDA
Black with #A50CDA
Text Example
Text Example
White with #A50CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CDA; }
p { color: rgb(165,12,218); }
H1.HeaderClassName
{
color: #A50CDA;
}
.AnyTagClassName
{
color: #A50CDA;
}
</style>
background-color css
<style>
a { background-color: #A50CDA; }
a { background-color: rgb(165,12,218); }
div.DivClassName
{
background-color: #A50CDA;
}
.BgClassName
{
background-color: #A50CDA;
}
</style>
border-color css
<style>
span { border-color: #A50CDA; }
span { border-color: rgb(165,12,218); }
td.TdClassName
{
border-color: #A50CDA;
}
.TagClassName
{
border-color: #A50CDA;
}
</style>