Shades of Dark Violet #A50CDB
Tints of Dark Violet #A50CDB
RGB
CMYK
RGB Variations
Color information
#A50CDB (or 0xA50CDB) is known color: Dark Violet. HEX triplet: A5, 0C and DB. RGB value is (165,12,219). Sum of RGB (Red+Green+Blue) = 165+12+219=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #A50CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CDB is #5AF324. Grayscale: #505050. Windows color (decimal): -5960485 or 14355621. OLE color: 14355621.
HSL color Cylindrical-coordinate representation of color #A50CDB: hue angle of 284.35º degrees, saturation: 0.9, 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 #A50CDB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 12 | 219 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.14 |
| HSL | 284.35º | 0.9% | 0.45% | - |
| HSV(B) | 284.35º | 0.95% | 0.86% | - |
| XYZ | 28.43 | 13.38 | 68.1 | - |
| YUV | 81.35 | 205.69 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 219 | 0.25 | 0.95 | 0 | 0.14 | 284.35 | 0.9 | 0.45 |
| Hex | A5 | C | DB | 19 | 5F | 0 | E | 11C | 5A | 2D |
| Octal | 245 | 14 | 333 | 31 | 137 | 0 | 16 | 434 | 132 | 55 |
| Binary | 10100101 | 1100 | 11011011 | 11001 | 1011111 | 0 | 1110 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A50CDB
Complementary color
Monochromatic Colors of #A50CDB
Black with #A50CDB
Text Example
Text Example
White with #A50CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50CDB; }
p { color: rgb(165,12,219); }
H1.HeaderClassName
{
color: #A50CDB;
}
.AnyTagClassName
{
color: #A50CDB;
}
</style>
background-color css
<style>
a { background-color: #A50CDB; }
a { background-color: rgb(165,12,219); }
div.DivClassName
{
background-color: #A50CDB;
}
.BgClassName
{
background-color: #A50CDB;
}
</style>
border-color css
<style>
span { border-color: #A50CDB; }
span { border-color: rgb(165,12,219); }
td.TdClassName
{
border-color: #A50CDB;
}
.TagClassName
{
border-color: #A50CDB;
}
</style>