Shades of Dark Violet #A50AED
Tints of Dark Violet #A50AED
RGB
CMYK
RGB Variations
Color information
#A50AED (or 0xA50AED) is known color: Dark Violet. HEX triplet: A5, 0A and ED. RGB value is (165,10,237). Sum of RGB (Red+Green+Blue) = 165+10+237=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #A50AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50AED is #5AF512. Grayscale: #515151. Windows color (decimal): -5960979 or 15534757. OLE color: 15534757.
HSL color Cylindrical-coordinate representation of color #A50AED: hue angle of 280.97º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50AED is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 10 | 237 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 280.97º | 0.92% | 0.48% | - |
| HSV(B) | 280.97º | 0.96% | 0.93% | - |
| XYZ | 30.91 | 14.33 | 81.26 | - |
| YUV | 82.22 | 215.35 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 237 | 0.30 | 0.96 | 0 | 0.07 | 280.97 | 0.92 | 0.48 |
| Hex | A5 | A | ED | 1E | 60 | 0 | 7 | 119 | 5C | 30 |
| Octal | 245 | 12 | 355 | 36 | 140 | 0 | 7 | 431 | 134 | 60 |
| Binary | 10100101 | 1010 | 11101101 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011100 | 110000 |
Color Harmonies of #A50AED
Complementary color
Monochromatic Colors of #A50AED
Black with #A50AED
Text Example
Text Example
White with #A50AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AED; }
p { color: rgb(165,10,237); }
H1.HeaderClassName
{
color: #A50AED;
}
.AnyTagClassName
{
color: #A50AED;
}
</style>
background-color css
<style>
a { background-color: #A50AED; }
a { background-color: rgb(165,10,237); }
div.DivClassName
{
background-color: #A50AED;
}
.BgClassName
{
background-color: #A50AED;
}
</style>
border-color css
<style>
span { border-color: #A50AED; }
span { border-color: rgb(165,10,237); }
td.TdClassName
{
border-color: #A50AED;
}
.TagClassName
{
border-color: #A50AED;
}
</style>