Shades of Dark Violet #A50AEC
Tints of Dark Violet #A50AEC
RGB
CMYK
RGB Variations
Color information
#A50AEC (or 0xA50AEC) is known color: Dark Violet. HEX triplet: A5, 0A and EC. RGB value is (165,10,236). Sum of RGB (Red+Green+Blue) = 165+10+236=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #A50AEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50AEC is #5AF513. Grayscale: #515151. Windows color (decimal): -5960980 or 15469221. OLE color: 15469221.
HSL color Cylindrical-coordinate representation of color #A50AEC: hue angle of 281.15º 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 #A50AEC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 10 | 236 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 281.15º | 0.92% | 0.48% | - |
| HSV(B) | 281.15º | 0.96% | 0.93% | - |
| XYZ | 30.77 | 14.27 | 80.49 | - |
| YUV | 82.11 | 214.85 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 236 | 0.30 | 0.96 | 0 | 0.07 | 281.15 | 0.92 | 0.48 |
| Hex | A5 | A | EC | 1E | 60 | 0 | 7 | 119 | 5C | 30 |
| Octal | 245 | 12 | 354 | 36 | 140 | 0 | 7 | 431 | 134 | 60 |
| Binary | 10100101 | 1010 | 11101100 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011100 | 110000 |
Color Harmonies of #A50AEC
Complementary color
Monochromatic Colors of #A50AEC
Black with #A50AEC
Text Example
Text Example
White with #A50AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AEC; }
p { color: rgb(165,10,236); }
H1.HeaderClassName
{
color: #A50AEC;
}
.AnyTagClassName
{
color: #A50AEC;
}
</style>
background-color css
<style>
a { background-color: #A50AEC; }
a { background-color: rgb(165,10,236); }
div.DivClassName
{
background-color: #A50AEC;
}
.BgClassName
{
background-color: #A50AEC;
}
</style>
border-color css
<style>
span { border-color: #A50AEC; }
span { border-color: rgb(165,10,236); }
td.TdClassName
{
border-color: #A50AEC;
}
.TagClassName
{
border-color: #A50AEC;
}
</style>