Shades of Dark Violet #A50BEC
Tints of Dark Violet #A50BEC
RGB
CMYK
RGB Variations
Color information
#A50BEC (or 0xA50BEC) is known color: Dark Violet. HEX triplet: A5, 0B and EC. RGB value is (165,11,236). Sum of RGB (Red+Green+Blue) = 165+11+236=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #A50BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50BEC is #5AF413. Grayscale: #515151. Windows color (decimal): -5960724 or 15469477. OLE color: 15469477.
HSL color Cylindrical-coordinate representation of color #A50BEC: hue angle of 281.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BEC is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 11 | 236 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.07 |
| HSL | 281.07º | 0.91% | 0.48% | - |
| HSV(B) | 281.07º | 0.95% | 0.93% | - |
| XYZ | 30.78 | 14.29 | 80.49 | - |
| YUV | 82.7 | 214.52 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 236 | 0.30 | 0.95 | 0 | 0.07 | 281.07 | 0.91 | 0.48 |
| Hex | A5 | B | EC | 1E | 5F | 0 | 7 | 119 | 5B | 30 |
| Octal | 245 | 13 | 354 | 36 | 137 | 0 | 7 | 431 | 133 | 60 |
| Binary | 10100101 | 1011 | 11101100 | 11110 | 1011111 | 0 | 111 | 100011001 | 1011011 | 110000 |
Color Harmonies of #A50BEC
Complementary color
Monochromatic Colors of #A50BEC
Black with #A50BEC
Text Example
Text Example
White with #A50BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BEC; }
p { color: rgb(165,11,236); }
H1.HeaderClassName
{
color: #A50BEC;
}
.AnyTagClassName
{
color: #A50BEC;
}
</style>
background-color css
<style>
a { background-color: #A50BEC; }
a { background-color: rgb(165,11,236); }
div.DivClassName
{
background-color: #A50BEC;
}
.BgClassName
{
background-color: #A50BEC;
}
</style>
border-color css
<style>
span { border-color: #A50BEC; }
span { border-color: rgb(165,11,236); }
td.TdClassName
{
border-color: #A50BEC;
}
.TagClassName
{
border-color: #A50BEC;
}
</style>