Shades of Dark Violet #A901DF
Tints of Dark Violet #A901DF
RGB
CMYK
RGB Variations
Color information
#A901DF (or 0xA901DF) is known color: Dark Violet. HEX triplet: A9, 01 and DF. RGB value is (169,1,223). Sum of RGB (Red+Green+Blue) = 169+1+223=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 1 (0.78% from 255 or 0.25% 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 #A901DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901DF is #56FE20. Grayscale: #4B4B4B. Windows color (decimal): -5701153 or 14614953. OLE color: 14614953.
HSL color Cylindrical-coordinate representation of color #A901DF: hue angle of 285.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901DF is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 1 | 223 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.13 |
| HSL | 285.41º | 0.99% | 0.44% | - |
| HSV(B) | 285.41º | 1% | 0.87% | - |
| XYZ | 29.69 | 13.78 | 70.91 | - |
| YUV | 76.54 | 210.66 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 223 | 0.24 | 1.00 | 0 | 0.13 | 285.41 | 0.99 | 0.44 |
| Hex | A9 | 1 | DF | 18 | 64 | 0 | D | 11D | 63 | 2C |
| Octal | 251 | 1 | 337 | 30 | 144 | 0 | 15 | 435 | 143 | 54 |
| Binary | 10101001 | 1 | 11011111 | 11000 | 1100100 | 0 | 1101 | 100011101 | 1100011 | 101100 |
Color Harmonies of #A901DF
Complementary color
Monochromatic Colors of #A901DF
Black with #A901DF
Text Example
Text Example
White with #A901DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901DF; }
p { color: rgb(169,1,223); }
H1.HeaderClassName
{
color: #A901DF;
}
.AnyTagClassName
{
color: #A901DF;
}
</style>
background-color css
<style>
a { background-color: #A901DF; }
a { background-color: rgb(169,1,223); }
div.DivClassName
{
background-color: #A901DF;
}
.BgClassName
{
background-color: #A901DF;
}
</style>
border-color css
<style>
span { border-color: #A901DF; }
span { border-color: rgb(169,1,223); }
td.TdClassName
{
border-color: #A901DF;
}
.TagClassName
{
border-color: #A901DF;
}
</style>