Shades of Dark Violet #A905DF
Tints of Dark Violet #A905DF
RGB
CMYK
RGB Variations
Color information
#A905DF (or 0xA905DF) is known color: Dark Violet. HEX triplet: A9, 05 and DF. RGB value is (169,5,223). Sum of RGB (Red+Green+Blue) = 169+5+223=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A905DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905DF is #56FA20. Grayscale: #4E4E4E. Windows color (decimal): -5700129 or 14615977. OLE color: 14615977.
HSL color Cylindrical-coordinate representation of color #A905DF: hue angle of 285.14º 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 #A905DF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 5 | 223 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.13 |
| HSL | 285.14º | 0.96% | 0.45% | - |
| HSV(B) | 285.14º | 0.98% | 0.87% | - |
| XYZ | 29.74 | 13.87 | 70.92 | - |
| YUV | 78.89 | 209.33 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 223 | 0.24 | 0.98 | 0 | 0.13 | 285.14 | 0.96 | 0.45 |
| Hex | A9 | 5 | DF | 18 | 62 | 0 | D | 11D | 60 | 2D |
| Octal | 251 | 5 | 337 | 30 | 142 | 0 | 15 | 435 | 140 | 55 |
| Binary | 10101001 | 101 | 11011111 | 11000 | 1100010 | 0 | 1101 | 100011101 | 1100000 | 101101 |
Color Harmonies of #A905DF
Complementary color
Monochromatic Colors of #A905DF
Black with #A905DF
Text Example
Text Example
White with #A905DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905DF; }
p { color: rgb(169,5,223); }
H1.HeaderClassName
{
color: #A905DF;
}
.AnyTagClassName
{
color: #A905DF;
}
</style>
background-color css
<style>
a { background-color: #A905DF; }
a { background-color: rgb(169,5,223); }
div.DivClassName
{
background-color: #A905DF;
}
.BgClassName
{
background-color: #A905DF;
}
</style>
border-color css
<style>
span { border-color: #A905DF; }
span { border-color: rgb(169,5,223); }
td.TdClassName
{
border-color: #A905DF;
}
.TagClassName
{
border-color: #A905DF;
}
</style>