Shades of Dark Violet #A505DB
Tints of Dark Violet #A505DB
RGB
CMYK
RGB Variations
Color information
#A505DB (or 0xA505DB) is known color: Dark Violet. HEX triplet: A5, 05 and DB. RGB value is (165,5,219). Sum of RGB (Red+Green+Blue) = 165+5+219=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #A505DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505DB is #5AFA24. Grayscale: #4C4C4C. Windows color (decimal): -5962277 or 14353829. OLE color: 14353829.
HSL color Cylindrical-coordinate representation of color #A505DB: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505DB is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 5 | 219 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.14 |
| HSL | 284.86º | 0.96% | 0.44% | - |
| HSV(B) | 284.86º | 0.98% | 0.86% | - |
| XYZ | 28.36 | 13.22 | 68.08 | - |
| YUV | 77.24 | 208.01 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 219 | 0.25 | 0.98 | 0 | 0.14 | 284.86 | 0.96 | 0.44 |
| Hex | A5 | 5 | DB | 19 | 62 | 0 | E | 11D | 60 | 2C |
| Octal | 245 | 5 | 333 | 31 | 142 | 0 | 16 | 435 | 140 | 54 |
| Binary | 10100101 | 101 | 11011011 | 11001 | 1100010 | 0 | 1110 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A505DB
Complementary color
Monochromatic Colors of #A505DB
Black with #A505DB
Text Example
Text Example
White with #A505DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505DB; }
p { color: rgb(165,5,219); }
H1.HeaderClassName
{
color: #A505DB;
}
.AnyTagClassName
{
color: #A505DB;
}
</style>
background-color css
<style>
a { background-color: #A505DB; }
a { background-color: rgb(165,5,219); }
div.DivClassName
{
background-color: #A505DB;
}
.BgClassName
{
background-color: #A505DB;
}
</style>
border-color css
<style>
span { border-color: #A505DB; }
span { border-color: rgb(165,5,219); }
td.TdClassName
{
border-color: #A505DB;
}
.TagClassName
{
border-color: #A505DB;
}
</style>