Shades of Dark Violet #A505DD
Tints of Dark Violet #A505DD
RGB
CMYK
RGB Variations
Color information
#A505DD (or 0xA505DD) is known color: Dark Violet. HEX triplet: A5, 05 and DD. RGB value is (165,5,221). Sum of RGB (Red+Green+Blue) = 165+5+221=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #A505DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505DD is #5AFA22. Grayscale: #4C4C4C. Windows color (decimal): -5962275 or 14484901. OLE color: 14484901.
HSL color Cylindrical-coordinate representation of color #A505DD: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505DD is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 5 | 221 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.13 |
| HSL | 284.44º | 0.96% | 0.44% | - |
| HSV(B) | 284.44º | 0.98% | 0.87% | - |
| XYZ | 28.62 | 13.33 | 69.47 | - |
| YUV | 77.46 | 209.01 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 221 | 0.25 | 0.98 | 0 | 0.13 | 284.44 | 0.96 | 0.44 |
| Hex | A5 | 5 | DD | 19 | 62 | 0 | D | 11C | 60 | 2C |
| Octal | 245 | 5 | 335 | 31 | 142 | 0 | 15 | 434 | 140 | 54 |
| Binary | 10100101 | 101 | 11011101 | 11001 | 1100010 | 0 | 1101 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A505DD
Complementary color
Monochromatic Colors of #A505DD
Black with #A505DD
Text Example
Text Example
White with #A505DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505DD; }
p { color: rgb(165,5,221); }
H1.HeaderClassName
{
color: #A505DD;
}
.AnyTagClassName
{
color: #A505DD;
}
</style>
background-color css
<style>
a { background-color: #A505DD; }
a { background-color: rgb(165,5,221); }
div.DivClassName
{
background-color: #A505DD;
}
.BgClassName
{
background-color: #A505DD;
}
</style>
border-color css
<style>
span { border-color: #A505DD; }
span { border-color: rgb(165,5,221); }
td.TdClassName
{
border-color: #A505DD;
}
.TagClassName
{
border-color: #A505DD;
}
</style>