Shades of Dark Violet #A90FC9
Tints of Dark Violet #A90FC9
RGB
CMYK
RGB Variations
Color information
#A90FC9 (or 0xA90FC9) is known color: Dark Violet. HEX triplet: A9, 0F and C9. RGB value is (169,15,201). Sum of RGB (Red+Green+Blue) = 169+15+201=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #A90FC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FC9 is #56F036. Grayscale: #515151. Windows color (decimal): -5697591 or 13176745. OLE color: 13176745.
HSL color Cylindrical-coordinate representation of color #A90FC9: hue angle of 289.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FC9 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 15 | 201 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.21 |
| HSL | 289.68º | 0.86% | 0.42% | - |
| HSV(B) | 289.68º | 0.93% | 0.79% | - |
| XYZ | 27.08 | 12.99 | 56.34 | - |
| YUV | 82.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 201 | 0.16 | 0.93 | 0 | 0.21 | 289.68 | 0.86 | 0.42 |
| Hex | A9 | F | C9 | 10 | 5D | 0 | 15 | 122 | 56 | 2A |
| Octal | 251 | 17 | 311 | 20 | 135 | 0 | 25 | 442 | 126 | 52 |
| Binary | 10101001 | 1111 | 11001001 | 10000 | 1011101 | 0 | 10101 | 100100010 | 1010110 | 101010 |
Color Harmonies of #A90FC9
Complementary color
Monochromatic Colors of #A90FC9
Black with #A90FC9
Text Example
Text Example
White with #A90FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FC9; }
p { color: rgb(169,15,201); }
H1.HeaderClassName
{
color: #A90FC9;
}
.AnyTagClassName
{
color: #A90FC9;
}
</style>
background-color css
<style>
a { background-color: #A90FC9; }
a { background-color: rgb(169,15,201); }
div.DivClassName
{
background-color: #A90FC9;
}
.BgClassName
{
background-color: #A90FC9;
}
</style>
border-color css
<style>
span { border-color: #A90FC9; }
span { border-color: rgb(169,15,201); }
td.TdClassName
{
border-color: #A90FC9;
}
.TagClassName
{
border-color: #A90FC9;
}
</style>