Shades of Dark Violet #A500DB
Tints of Dark Violet #A500DB
RGB
CMYK
RGB Variations
Color information
#A500DB (or 0xA500DB) is known color: Dark Violet. HEX triplet: A5, 00 and DB. RGB value is (165,0,219). Sum of RGB (Red+Green+Blue) = 165+0+219=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #A500DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500DB is #5AFF24. Grayscale: #494949. Windows color (decimal): -5963557 or 14352549. OLE color: 14352549.
HSL color Cylindrical-coordinate representation of color #A500DB: hue angle of 285.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500DB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 0 | 219 | - |
| CMYK | 0.25 | 1 | 0 | 0.14 |
| HSL | 285.21º | 1% | 0.43% | - |
| HSV(B) | 285.21º | 1% | 0.86% | - |
| XYZ | 28.3 | 13.11 | 68.06 | - |
| YUV | 74.3 | 209.66 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 219 | 0.25 | 1 | 0 | 0.14 | 285.21 | 1 | 0.43 |
| Hex | A5 | 0 | DB | 19 | 64 | 0 | E | 11D | 64 | 2B |
| Octal | 245 | 0 | 333 | 31 | 144 | 0 | 16 | 435 | 144 | 53 |
| Binary | 10100101 | 0 | 11011011 | 11001 | 1100100 | 0 | 1110 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A500DB
Complementary color
Monochromatic Colors of #A500DB
Black with #A500DB
Text Example
Text Example
White with #A500DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500DB; }
p { color: rgb(165,0,219); }
H1.HeaderClassName
{
color: #A500DB;
}
.AnyTagClassName
{
color: #A500DB;
}
</style>
background-color css
<style>
a { background-color: #A500DB; }
a { background-color: rgb(165,0,219); }
div.DivClassName
{
background-color: #A500DB;
}
.BgClassName
{
background-color: #A500DB;
}
</style>
border-color css
<style>
span { border-color: #A500DB; }
span { border-color: rgb(165,0,219); }
td.TdClassName
{
border-color: #A500DB;
}
.TagClassName
{
border-color: #A500DB;
}
</style>