Shades of Dark Violet #A504DC
Tints of Dark Violet #A504DC
RGB
CMYK
RGB Variations
Color information
#A504DC (or 0xA504DC) is known color: Dark Violet. HEX triplet: A5, 04 and DC. RGB value is (165,4,220). Sum of RGB (Red+Green+Blue) = 165+4+220=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #A504DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504DC is #5AFB23. Grayscale: #4C4C4C. Windows color (decimal): -5962532 or 14419109. OLE color: 14419109.
HSL color Cylindrical-coordinate representation of color #A504DC: hue angle of 284.72º 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 #A504DC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 4 | 220 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.14 |
| HSL | 284.72º | 0.96% | 0.44% | - |
| HSV(B) | 284.72º | 0.98% | 0.86% | - |
| XYZ | 28.48 | 13.25 | 68.77 | - |
| YUV | 76.76 | 208.84 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 220 | 0.25 | 0.98 | 0 | 0.14 | 284.72 | 0.96 | 0.44 |
| Hex | A5 | 4 | DC | 19 | 62 | 0 | E | 11D | 60 | 2C |
| Octal | 245 | 4 | 334 | 31 | 142 | 0 | 16 | 435 | 140 | 54 |
| Binary | 10100101 | 100 | 11011100 | 11001 | 1100010 | 0 | 1110 | 100011101 | 1100000 | 101100 |
Color Harmonies of #A504DC
Complementary color
Monochromatic Colors of #A504DC
Black with #A504DC
Text Example
Text Example
White with #A504DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504DC; }
p { color: rgb(165,4,220); }
H1.HeaderClassName
{
color: #A504DC;
}
.AnyTagClassName
{
color: #A504DC;
}
</style>
background-color css
<style>
a { background-color: #A504DC; }
a { background-color: rgb(165,4,220); }
div.DivClassName
{
background-color: #A504DC;
}
.BgClassName
{
background-color: #A504DC;
}
</style>
border-color css
<style>
span { border-color: #A504DC; }
span { border-color: rgb(165,4,220); }
td.TdClassName
{
border-color: #A504DC;
}
.TagClassName
{
border-color: #A504DC;
}
</style>