Shades of Dark Violet #A503DB
Tints of Dark Violet #A503DB
RGB
CMYK
RGB Variations
Color information
#A503DB (or 0xA503DB) is known color: Dark Violet. HEX triplet: A5, 03 and DB. RGB value is (165,3,219). Sum of RGB (Red+Green+Blue) = 165+3+219=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #A503DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503DB is #5AFC24. Grayscale: #4B4B4B. Windows color (decimal): -5962789 or 14353317. OLE color: 14353317.
HSL color Cylindrical-coordinate representation of color #A503DB: hue angle of 285º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503DB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 3 | 219 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.14 |
| HSL | 285º | 0.97% | 0.44% | - |
| HSV(B) | 285º | 0.99% | 0.86% | - |
| XYZ | 28.34 | 13.18 | 68.07 | - |
| YUV | 76.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 219 | 0.25 | 0.99 | 0 | 0.14 | 285 | 0.97 | 0.44 |
| Hex | A5 | 3 | DB | 19 | 63 | 0 | E | 11D | 61 | 2C |
| Octal | 245 | 3 | 333 | 31 | 143 | 0 | 16 | 435 | 141 | 54 |
| Binary | 10100101 | 11 | 11011011 | 11001 | 1100011 | 0 | 1110 | 100011101 | 1100001 | 101100 |
Color Harmonies of #A503DB
Complementary color
Monochromatic Colors of #A503DB
Black with #A503DB
Text Example
Text Example
White with #A503DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503DB; }
p { color: rgb(165,3,219); }
H1.HeaderClassName
{
color: #A503DB;
}
.AnyTagClassName
{
color: #A503DB;
}
</style>
background-color css
<style>
a { background-color: #A503DB; }
a { background-color: rgb(165,3,219); }
div.DivClassName
{
background-color: #A503DB;
}
.BgClassName
{
background-color: #A503DB;
}
</style>
border-color css
<style>
span { border-color: #A503DB; }
span { border-color: rgb(165,3,219); }
td.TdClassName
{
border-color: #A503DB;
}
.TagClassName
{
border-color: #A503DB;
}
</style>