Shades of Dark Violet #A90FD1
Tints of Dark Violet #A90FD1
RGB
CMYK
RGB Variations
Color information
#A90FD1 (or 0xA90FD1) is known color: Dark Violet. HEX triplet: A9, 0F and D1. RGB value is (169,15,209). Sum of RGB (Red+Green+Blue) = 169+15+209=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #A90FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FD1 is #56F02E. Grayscale: #525252. Windows color (decimal): -5697583 or 13701033. OLE color: 13701033.
HSL color Cylindrical-coordinate representation of color #A90FD1: hue angle of 287.63º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FD1 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 15 | 209 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.18 |
| HSL | 287.63º | 0.87% | 0.44% | - |
| HSV(B) | 287.63º | 0.93% | 0.82% | - |
| XYZ | 28.04 | 13.38 | 61.43 | - |
| YUV | 83.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 209 | 0.19 | 0.93 | 0 | 0.18 | 287.63 | 0.87 | 0.44 |
| Hex | A9 | F | D1 | 13 | 5D | 0 | 12 | 120 | 57 | 2C |
| Octal | 251 | 17 | 321 | 23 | 135 | 0 | 22 | 440 | 127 | 54 |
| Binary | 10101001 | 1111 | 11010001 | 10011 | 1011101 | 0 | 10010 | 100100000 | 1010111 | 101100 |
Color Harmonies of #A90FD1
Complementary color
Monochromatic Colors of #A90FD1
Black with #A90FD1
Text Example
Text Example
White with #A90FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FD1; }
p { color: rgb(169,15,209); }
H1.HeaderClassName
{
color: #A90FD1;
}
.AnyTagClassName
{
color: #A90FD1;
}
</style>
background-color css
<style>
a { background-color: #A90FD1; }
a { background-color: rgb(169,15,209); }
div.DivClassName
{
background-color: #A90FD1;
}
.BgClassName
{
background-color: #A90FD1;
}
</style>
border-color css
<style>
span { border-color: #A90FD1; }
span { border-color: rgb(169,15,209); }
td.TdClassName
{
border-color: #A90FD1;
}
.TagClassName
{
border-color: #A90FD1;
}
</style>