Shades of Dark Violet #A505D0
Tints of Dark Violet #A505D0
RGB
CMYK
RGB Variations
Color information
#A505D0 (or 0xA505D0) is known color: Dark Violet. HEX triplet: A5, 05 and D0. RGB value is (165,5,208). Sum of RGB (Red+Green+Blue) = 165+5+208=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 208 (81.64% from 255 or 55.03% from 378); Max value from RGB is 208 - color contains mainly: blue. Hex color #A505D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505D0 is #5AFA2F. Grayscale: #4B4B4B. Windows color (decimal): -5962288 or 13632933. OLE color: 13632933.
HSL color Cylindrical-coordinate representation of color #A505D0: hue angle of 287.29º degrees, saturation: 0.95, 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 #A505D0 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 5 | 208 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.18 |
| HSL | 287.29º | 0.95% | 0.42% | - |
| HSV(B) | 287.29º | 0.98% | 0.82% | - |
| XYZ | 26.96 | 12.66 | 60.7 | - |
| YUV | 75.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 208 | 0.21 | 0.98 | 0 | 0.18 | 287.29 | 0.95 | 0.42 |
| Hex | A5 | 5 | D0 | 15 | 62 | 0 | 12 | 11F | 5F | 2A |
| Octal | 245 | 5 | 320 | 25 | 142 | 0 | 22 | 437 | 137 | 52 |
| Binary | 10100101 | 101 | 11010000 | 10101 | 1100010 | 0 | 10010 | 100011111 | 1011111 | 101010 |
Color Harmonies of #A505D0
Complementary color
Monochromatic Colors of #A505D0
Black with #A505D0
Text Example
Text Example
White with #A505D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505D0; }
p { color: rgb(165,5,208); }
H1.HeaderClassName
{
color: #A505D0;
}
.AnyTagClassName
{
color: #A505D0;
}
</style>
background-color css
<style>
a { background-color: #A505D0; }
a { background-color: rgb(165,5,208); }
div.DivClassName
{
background-color: #A505D0;
}
.BgClassName
{
background-color: #A505D0;
}
</style>
border-color css
<style>
span { border-color: #A505D0; }
span { border-color: rgb(165,5,208); }
td.TdClassName
{
border-color: #A505D0;
}
.TagClassName
{
border-color: #A505D0;
}
</style>