Shades of Dark Violet #A50ADB
Tints of Dark Violet #A50ADB
RGB
CMYK
RGB Variations
Color information
#A50ADB (or 0xA50ADB) is known color: Dark Violet. HEX triplet: A5, 0A and DB. RGB value is (165,10,219). Sum of RGB (Red+Green+Blue) = 165+10+219=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A50ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ADB is #5AF524. Grayscale: #4F4F4F. Windows color (decimal): -5960997 or 14355109. OLE color: 14355109.
HSL color Cylindrical-coordinate representation of color #A50ADB: hue angle of 284.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ADB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 10 | 219 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.14 |
| HSL | 284.5º | 0.91% | 0.45% | - |
| HSV(B) | 284.5º | 0.95% | 0.86% | - |
| XYZ | 28.41 | 13.33 | 68.09 | - |
| YUV | 80.17 | 206.35 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 219 | 0.25 | 0.95 | 0 | 0.14 | 284.5 | 0.91 | 0.45 |
| Hex | A5 | A | DB | 19 | 5F | 0 | E | 11C | 5B | 2D |
| Octal | 245 | 12 | 333 | 31 | 137 | 0 | 16 | 434 | 133 | 55 |
| Binary | 10100101 | 1010 | 11011011 | 11001 | 1011111 | 0 | 1110 | 100011100 | 1011011 | 101101 |
Color Harmonies of #A50ADB
Complementary color
Monochromatic Colors of #A50ADB
Black with #A50ADB
Text Example
Text Example
White with #A50ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50ADB; }
p { color: rgb(165,10,219); }
H1.HeaderClassName
{
color: #A50ADB;
}
.AnyTagClassName
{
color: #A50ADB;
}
</style>
background-color css
<style>
a { background-color: #A50ADB; }
a { background-color: rgb(165,10,219); }
div.DivClassName
{
background-color: #A50ADB;
}
.BgClassName
{
background-color: #A50ADB;
}
</style>
border-color css
<style>
span { border-color: #A50ADB; }
span { border-color: rgb(165,10,219); }
td.TdClassName
{
border-color: #A50ADB;
}
.TagClassName
{
border-color: #A50ADB;
}
</style>