Shades of Dark Violet #A90FCF
Tints of Dark Violet #A90FCF
RGB
CMYK
RGB Variations
Color information
#A90FCF (or 0xA90FCF) is known color: Dark Violet. HEX triplet: A9, 0F and CF. RGB value is (169,15,207). Sum of RGB (Red+Green+Blue) = 169+15+207=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #A90FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FCF is #56F030. Grayscale: #525252. Windows color (decimal): -5697585 or 13569961. OLE color: 13569961.
HSL color Cylindrical-coordinate representation of color #A90FCF: hue angle of 288.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FCF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 15 | 207 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.19 |
| HSL | 288.13º | 0.86% | 0.44% | - |
| HSV(B) | 288.13º | 0.93% | 0.81% | - |
| XYZ | 27.8 | 13.28 | 60.13 | - |
| YUV | 82.93 | 198.02 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 207 | 0.18 | 0.93 | 0 | 0.19 | 288.13 | 0.86 | 0.44 |
| Hex | A9 | F | CF | 12 | 5D | 0 | 13 | 120 | 56 | 2C |
| Octal | 251 | 17 | 317 | 22 | 135 | 0 | 23 | 440 | 126 | 54 |
| Binary | 10101001 | 1111 | 11001111 | 10010 | 1011101 | 0 | 10011 | 100100000 | 1010110 | 101100 |
Color Harmonies of #A90FCF
Complementary color
Monochromatic Colors of #A90FCF
Black with #A90FCF
Text Example
Text Example
White with #A90FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FCF; }
p { color: rgb(169,15,207); }
H1.HeaderClassName
{
color: #A90FCF;
}
.AnyTagClassName
{
color: #A90FCF;
}
</style>
background-color css
<style>
a { background-color: #A90FCF; }
a { background-color: rgb(169,15,207); }
div.DivClassName
{
background-color: #A90FCF;
}
.BgClassName
{
background-color: #A90FCF;
}
</style>
border-color css
<style>
span { border-color: #A90FCF; }
span { border-color: rgb(169,15,207); }
td.TdClassName
{
border-color: #A90FCF;
}
.TagClassName
{
border-color: #A90FCF;
}
</style>