Shades of Dark Violet #A90FCD
Tints of Dark Violet #A90FCD
RGB
CMYK
RGB Variations
Color information
#A90FCD (or 0xA90FCD) is known color: Dark Violet. HEX triplet: A9, 0F and CD. RGB value is (169,15,205). Sum of RGB (Red+Green+Blue) = 169+15+205=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #A90FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FCD is #56F032. Grayscale: #525252. Windows color (decimal): -5697587 or 13438889. OLE color: 13438889.
HSL color Cylindrical-coordinate representation of color #A90FCD: hue angle of 288.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FCD is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 15 | 205 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.20 |
| HSL | 288.63º | 0.86% | 0.43% | - |
| HSV(B) | 288.63º | 0.93% | 0.8% | - |
| XYZ | 27.55 | 13.18 | 58.85 | - |
| YUV | 82.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 205 | 0.18 | 0.93 | 0 | 0.20 | 288.63 | 0.86 | 0.43 |
| Hex | A9 | F | CD | 12 | 5D | 0 | 14 | 121 | 56 | 2B |
| Octal | 251 | 17 | 315 | 22 | 135 | 0 | 24 | 441 | 126 | 53 |
| Binary | 10101001 | 1111 | 11001101 | 10010 | 1011101 | 0 | 10100 | 100100001 | 1010110 | 101011 |
Color Harmonies of #A90FCD
Complementary color
Monochromatic Colors of #A90FCD
Black with #A90FCD
Text Example
Text Example
White with #A90FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FCD; }
p { color: rgb(169,15,205); }
H1.HeaderClassName
{
color: #A90FCD;
}
.AnyTagClassName
{
color: #A90FCD;
}
</style>
background-color css
<style>
a { background-color: #A90FCD; }
a { background-color: rgb(169,15,205); }
div.DivClassName
{
background-color: #A90FCD;
}
.BgClassName
{
background-color: #A90FCD;
}
</style>
border-color css
<style>
span { border-color: #A90FCD; }
span { border-color: rgb(169,15,205); }
td.TdClassName
{
border-color: #A90FCD;
}
.TagClassName
{
border-color: #A90FCD;
}
</style>