Shades of Dark Violet #A50BDF
Tints of Dark Violet #A50BDF
RGB
CMYK
RGB Variations
Color information
#A50BDF (or 0xA50BDF) is known color: Dark Violet. HEX triplet: A5, 0B and DF. RGB value is (165,11,223). Sum of RGB (Red+Green+Blue) = 165+11+223=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #A50BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BDF is #5AF420. Grayscale: #505050. Windows color (decimal): -5960737 or 14617509. OLE color: 14617509.
HSL color Cylindrical-coordinate representation of color #A50BDF: hue angle of 283.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BDF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 11 | 223 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.13 |
| HSL | 283.58º | 0.91% | 0.46% | - |
| HSV(B) | 283.58º | 0.95% | 0.87% | - |
| XYZ | 28.96 | 13.57 | 70.9 | - |
| YUV | 81.21 | 208.02 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 223 | 0.26 | 0.95 | 0 | 0.13 | 283.58 | 0.91 | 0.46 |
| Hex | A5 | B | DF | 1A | 5F | 0 | D | 11C | 5B | 2E |
| Octal | 245 | 13 | 337 | 32 | 137 | 0 | 15 | 434 | 133 | 56 |
| Binary | 10100101 | 1011 | 11011111 | 11010 | 1011111 | 0 | 1101 | 100011100 | 1011011 | 101110 |
Color Harmonies of #A50BDF
Complementary color
Monochromatic Colors of #A50BDF
Black with #A50BDF
Text Example
Text Example
White with #A50BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BDF; }
p { color: rgb(165,11,223); }
H1.HeaderClassName
{
color: #A50BDF;
}
.AnyTagClassName
{
color: #A50BDF;
}
</style>
background-color css
<style>
a { background-color: #A50BDF; }
a { background-color: rgb(165,11,223); }
div.DivClassName
{
background-color: #A50BDF;
}
.BgClassName
{
background-color: #A50BDF;
}
</style>
border-color css
<style>
span { border-color: #A50BDF; }
span { border-color: rgb(165,11,223); }
td.TdClassName
{
border-color: #A50BDF;
}
.TagClassName
{
border-color: #A50BDF;
}
</style>