Shades of Dark Violet #A90ADF
Tints of Dark Violet #A90ADF
RGB
CMYK
RGB Variations
Color information
#A90ADF (or 0xA90ADF) is known color: Dark Violet. HEX triplet: A9, 0A and DF. RGB value is (169,10,223). Sum of RGB (Red+Green+Blue) = 169+10+223=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #A90ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ADF is #56F520. Grayscale: #515151. Windows color (decimal): -5698849 or 14617257. OLE color: 14617257.
HSL color Cylindrical-coordinate representation of color #A90ADF: hue angle of 284.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90ADF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 10 | 223 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.13 |
| HSL | 284.79º | 0.91% | 0.46% | - |
| HSV(B) | 284.79º | 0.96% | 0.87% | - |
| XYZ | 29.79 | 13.98 | 70.94 | - |
| YUV | 81.82 | 207.68 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 223 | 0.24 | 0.96 | 0 | 0.13 | 284.79 | 0.91 | 0.46 |
| Hex | A9 | A | DF | 18 | 60 | 0 | D | 11D | 5B | 2E |
| Octal | 251 | 12 | 337 | 30 | 140 | 0 | 15 | 435 | 133 | 56 |
| Binary | 10101001 | 1010 | 11011111 | 11000 | 1100000 | 0 | 1101 | 100011101 | 1011011 | 101110 |
Color Harmonies of #A90ADF
Complementary color
Monochromatic Colors of #A90ADF
Black with #A90ADF
Text Example
Text Example
White with #A90ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ADF; }
p { color: rgb(169,10,223); }
H1.HeaderClassName
{
color: #A90ADF;
}
.AnyTagClassName
{
color: #A90ADF;
}
</style>
background-color css
<style>
a { background-color: #A90ADF; }
a { background-color: rgb(169,10,223); }
div.DivClassName
{
background-color: #A90ADF;
}
.BgClassName
{
background-color: #A90ADF;
}
</style>
border-color css
<style>
span { border-color: #A90ADF; }
span { border-color: rgb(169,10,223); }
td.TdClassName
{
border-color: #A90ADF;
}
.TagClassName
{
border-color: #A90ADF;
}
</style>