Shades of Dark Violet #A50AD5
Tints of Dark Violet #A50AD5
RGB
CMYK
RGB Variations
Color information
#A50AD5 (or 0xA50AD5) is known color: Dark Violet. HEX triplet: A5, 0A and D5. RGB value is (165,10,213). Sum of RGB (Red+Green+Blue) = 165+10+213=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #A50AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AD5 is #5AF52A. Grayscale: #4E4E4E. Windows color (decimal): -5961003 or 13961893. OLE color: 13961893.
HSL color Cylindrical-coordinate representation of color #A50AD5: hue angle of 285.81º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50AD5 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 10 | 213 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.16 |
| HSL | 285.81º | 0.91% | 0.44% | - |
| HSV(B) | 285.81º | 0.95% | 0.84% | - |
| XYZ | 27.64 | 13.02 | 64.01 | - |
| YUV | 79.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 213 | 0.23 | 0.95 | 0 | 0.16 | 285.81 | 0.91 | 0.44 |
| Hex | A5 | A | D5 | 17 | 5F | 0 | 10 | 11E | 5B | 2C |
| Octal | 245 | 12 | 325 | 27 | 137 | 0 | 20 | 436 | 133 | 54 |
| Binary | 10100101 | 1010 | 11010101 | 10111 | 1011111 | 0 | 10000 | 100011110 | 1011011 | 101100 |
Color Harmonies of #A50AD5
Complementary color
Monochromatic Colors of #A50AD5
Black with #A50AD5
Text Example
Text Example
White with #A50AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AD5; }
p { color: rgb(165,10,213); }
H1.HeaderClassName
{
color: #A50AD5;
}
.AnyTagClassName
{
color: #A50AD5;
}
</style>
background-color css
<style>
a { background-color: #A50AD5; }
a { background-color: rgb(165,10,213); }
div.DivClassName
{
background-color: #A50AD5;
}
.BgClassName
{
background-color: #A50AD5;
}
</style>
border-color css
<style>
span { border-color: #A50AD5; }
span { border-color: rgb(165,10,213); }
td.TdClassName
{
border-color: #A50AD5;
}
.TagClassName
{
border-color: #A50AD5;
}
</style>