Shades of Dark Violet #A50BDA
Tints of Dark Violet #A50BDA
RGB
CMYK
RGB Variations
Color information
#A50BDA (or 0xA50BDA) is known color: Dark Violet. HEX triplet: A5, 0B and DA. RGB value is (165,11,218). Sum of RGB (Red+Green+Blue) = 165+11+218=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #A50BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BDA is #5AF425. Grayscale: #4F4F4F. Windows color (decimal): -5960742 or 14289829. OLE color: 14289829.
HSL color Cylindrical-coordinate representation of color #A50BDA: hue angle of 284.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BDA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 11 | 218 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.15 |
| HSL | 284.64º | 0.9% | 0.45% | - |
| HSV(B) | 284.64º | 0.95% | 0.85% | - |
| XYZ | 28.29 | 13.3 | 67.41 | - |
| YUV | 80.64 | 205.52 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 11 | 218 | 0.24 | 0.95 | 0 | 0.15 | 284.64 | 0.9 | 0.45 |
| Hex | A5 | B | DA | 18 | 5F | 0 | F | 11D | 5A | 2D |
| Octal | 245 | 13 | 332 | 30 | 137 | 0 | 17 | 435 | 132 | 55 |
| Binary | 10100101 | 1011 | 11011010 | 11000 | 1011111 | 0 | 1111 | 100011101 | 1011010 | 101101 |
Color Harmonies of #A50BDA
Complementary color
Monochromatic Colors of #A50BDA
Black with #A50BDA
Text Example
Text Example
White with #A50BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50BDA; }
p { color: rgb(165,11,218); }
H1.HeaderClassName
{
color: #A50BDA;
}
.AnyTagClassName
{
color: #A50BDA;
}
</style>
background-color css
<style>
a { background-color: #A50BDA; }
a { background-color: rgb(165,11,218); }
div.DivClassName
{
background-color: #A50BDA;
}
.BgClassName
{
background-color: #A50BDA;
}
</style>
border-color css
<style>
span { border-color: #A50BDA; }
span { border-color: rgb(165,11,218); }
td.TdClassName
{
border-color: #A50BDA;
}
.TagClassName
{
border-color: #A50BDA;
}
</style>