Shades of Dark Violet #A505DF
Tints of Dark Violet #A505DF
RGB
CMYK
RGB Variations
Color information
#A505DF (or 0xA505DF) is known color: Dark Violet. HEX triplet: A5, 05 and DF. RGB value is (165,5,223). Sum of RGB (Red+Green+Blue) = 165+5+223=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #A505DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505DF is #5AFA20. Grayscale: #4C4C4C. Windows color (decimal): -5962273 or 14615973. OLE color: 14615973.
HSL color Cylindrical-coordinate representation of color #A505DF: hue angle of 284.04º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A505DF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 5 | 223 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.13 |
| HSL | 284.04º | 0.96% | 0.45% | - |
| HSV(B) | 284.04º | 0.98% | 0.87% | - |
| XYZ | 28.89 | 13.44 | 70.88 | - |
| YUV | 77.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 223 | 0.26 | 0.98 | 0 | 0.13 | 284.04 | 0.96 | 0.45 |
| Hex | A5 | 5 | DF | 1A | 62 | 0 | D | 11C | 60 | 2D |
| Octal | 245 | 5 | 337 | 32 | 142 | 0 | 15 | 434 | 140 | 55 |
| Binary | 10100101 | 101 | 11011111 | 11010 | 1100010 | 0 | 1101 | 100011100 | 1100000 | 101101 |
Color Harmonies of #A505DF
Complementary color
Monochromatic Colors of #A505DF
Black with #A505DF
Text Example
Text Example
White with #A505DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A505DF; }
p { color: rgb(165,5,223); }
H1.HeaderClassName
{
color: #A505DF;
}
.AnyTagClassName
{
color: #A505DF;
}
</style>
background-color css
<style>
a { background-color: #A505DF; }
a { background-color: rgb(165,5,223); }
div.DivClassName
{
background-color: #A505DF;
}
.BgClassName
{
background-color: #A505DF;
}
</style>
border-color css
<style>
span { border-color: #A505DF; }
span { border-color: rgb(165,5,223); }
td.TdClassName
{
border-color: #A505DF;
}
.TagClassName
{
border-color: #A505DF;
}
</style>