Shades of Dark Violet #A504D0
Tints of Dark Violet #A504D0
RGB
CMYK
RGB Variations
Color information
#A504D0 (or 0xA504D0) is known color: Dark Violet. HEX triplet: A5, 04 and D0. RGB value is (165,4,208). Sum of RGB (Red+Green+Blue) = 165+4+208=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #A504D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504D0 is #5AFB2F. Grayscale: #4A4A4A. Windows color (decimal): -5962544 or 13632677. OLE color: 13632677.
HSL color Cylindrical-coordinate representation of color #A504D0: hue angle of 287.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504D0 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 4 | 208 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.18 |
| HSL | 287.35º | 0.96% | 0.42% | - |
| HSV(B) | 287.35º | 0.98% | 0.82% | - |
| XYZ | 26.95 | 12.64 | 60.69 | - |
| YUV | 75.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 208 | 0.21 | 0.98 | 0 | 0.18 | 287.35 | 0.96 | 0.42 |
| Hex | A5 | 4 | D0 | 15 | 62 | 0 | 12 | 11F | 60 | 2A |
| Octal | 245 | 4 | 320 | 25 | 142 | 0 | 22 | 437 | 140 | 52 |
| Binary | 10100101 | 100 | 11010000 | 10101 | 1100010 | 0 | 10010 | 100011111 | 1100000 | 101010 |
Color Harmonies of #A504D0
Complementary color
Monochromatic Colors of #A504D0
Black with #A504D0
Text Example
Text Example
White with #A504D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504D0; }
p { color: rgb(165,4,208); }
H1.HeaderClassName
{
color: #A504D0;
}
.AnyTagClassName
{
color: #A504D0;
}
</style>
background-color css
<style>
a { background-color: #A504D0; }
a { background-color: rgb(165,4,208); }
div.DivClassName
{
background-color: #A504D0;
}
.BgClassName
{
background-color: #A504D0;
}
</style>
border-color css
<style>
span { border-color: #A504D0; }
span { border-color: rgb(165,4,208); }
td.TdClassName
{
border-color: #A504D0;
}
.TagClassName
{
border-color: #A504D0;
}
</style>