Shades of Dark Violet #A501D9
Tints of Dark Violet #A501D9
RGB
CMYK
RGB Variations
Color information
#A501D9 (or 0xA501D9) is known color: Dark Violet. HEX triplet: A5, 01 and D9. RGB value is (165,1,217). Sum of RGB (Red+Green+Blue) = 165+1+217=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #A501D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A501D9 is #5AFE26. Grayscale: #494949. Windows color (decimal): -5963303 or 14221733. OLE color: 14221733.
HSL color Cylindrical-coordinate representation of color #A501D9: hue angle of 285.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A501D9 is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 1 | 217 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.15 |
| HSL | 285.56º | 0.99% | 0.43% | - |
| HSV(B) | 285.56º | 1% | 0.85% | - |
| XYZ | 28.05 | 13.03 | 66.68 | - |
| YUV | 74.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 217 | 0.24 | 1.00 | 0 | 0.15 | 285.56 | 0.99 | 0.43 |
| Hex | A5 | 1 | D9 | 18 | 64 | 0 | F | 11E | 63 | 2B |
| Octal | 245 | 1 | 331 | 30 | 144 | 0 | 17 | 436 | 143 | 53 |
| Binary | 10100101 | 1 | 11011001 | 11000 | 1100100 | 0 | 1111 | 100011110 | 1100011 | 101011 |
Color Harmonies of #A501D9
Complementary color
Monochromatic Colors of #A501D9
Black with #A501D9
Text Example
Text Example
White with #A501D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A501D9; }
p { color: rgb(165,1,217); }
H1.HeaderClassName
{
color: #A501D9;
}
.AnyTagClassName
{
color: #A501D9;
}
</style>
background-color css
<style>
a { background-color: #A501D9; }
a { background-color: rgb(165,1,217); }
div.DivClassName
{
background-color: #A501D9;
}
.BgClassName
{
background-color: #A501D9;
}
</style>
border-color css
<style>
span { border-color: #A501D9; }
span { border-color: rgb(165,1,217); }
td.TdClassName
{
border-color: #A501D9;
}
.TagClassName
{
border-color: #A501D9;
}
</style>