Shades of Dark Violet #A90FDC
Tints of Dark Violet #A90FDC
RGB
CMYK
RGB Variations
Color information
#A90FDC (or 0xA90FDC) is known color: Dark Violet. HEX triplet: A9, 0F and DC. RGB value is (169,15,220). Sum of RGB (Red+Green+Blue) = 169+15+220=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #A90FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FDC is #56F023. Grayscale: #535353. Windows color (decimal): -5697572 or 14421929. OLE color: 14421929.
HSL color Cylindrical-coordinate representation of color #A90FDC: hue angle of 285.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FDC is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 15 | 220 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.14 |
| HSL | 285.07º | 0.87% | 0.46% | - |
| HSV(B) | 285.07º | 0.93% | 0.86% | - |
| XYZ | 29.45 | 13.94 | 68.85 | - |
| YUV | 84.42 | 204.52 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 220 | 0.23 | 0.93 | 0 | 0.14 | 285.07 | 0.87 | 0.46 |
| Hex | A9 | F | DC | 17 | 5D | 0 | E | 11D | 57 | 2E |
| Octal | 251 | 17 | 334 | 27 | 135 | 0 | 16 | 435 | 127 | 56 |
| Binary | 10101001 | 1111 | 11011100 | 10111 | 1011101 | 0 | 1110 | 100011101 | 1010111 | 101110 |
Color Harmonies of #A90FDC
Complementary color
Monochromatic Colors of #A90FDC
Black with #A90FDC
Text Example
Text Example
White with #A90FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FDC; }
p { color: rgb(169,15,220); }
H1.HeaderClassName
{
color: #A90FDC;
}
.AnyTagClassName
{
color: #A90FDC;
}
</style>
background-color css
<style>
a { background-color: #A90FDC; }
a { background-color: rgb(169,15,220); }
div.DivClassName
{
background-color: #A90FDC;
}
.BgClassName
{
background-color: #A90FDC;
}
</style>
border-color css
<style>
span { border-color: #A90FDC; }
span { border-color: rgb(169,15,220); }
td.TdClassName
{
border-color: #A90FDC;
}
.TagClassName
{
border-color: #A90FDC;
}
</style>