Shades of Dark Violet #A90DD4
Tints of Dark Violet #A90DD4
RGB
CMYK
RGB Variations
Color information
#A90DD4 (or 0xA90DD4) is known color: Dark Violet. HEX triplet: A9, 0D and D4. RGB value is (169,13,212). Sum of RGB (Red+Green+Blue) = 169+13+212=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #A90DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DD4 is #56F22B. Grayscale: #515151. Windows color (decimal): -5698092 or 13897129. OLE color: 13897129.
HSL color Cylindrical-coordinate representation of color #A90DD4: hue angle of 287.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DD4 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 13 | 212 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.17 |
| HSL | 287.04º | 0.88% | 0.44% | - |
| HSV(B) | 287.04º | 0.94% | 0.83% | - |
| XYZ | 28.39 | 13.48 | 63.39 | - |
| YUV | 82.33 | 201.18 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 212 | 0.20 | 0.94 | 0 | 0.17 | 287.04 | 0.88 | 0.44 |
| Hex | A9 | D | D4 | 14 | 5E | 0 | 11 | 11F | 58 | 2C |
| Octal | 251 | 15 | 324 | 24 | 136 | 0 | 21 | 437 | 130 | 54 |
| Binary | 10101001 | 1101 | 11010100 | 10100 | 1011110 | 0 | 10001 | 100011111 | 1011000 | 101100 |
Color Harmonies of #A90DD4
Complementary color
Monochromatic Colors of #A90DD4
Black with #A90DD4
Text Example
Text Example
White with #A90DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DD4; }
p { color: rgb(169,13,212); }
H1.HeaderClassName
{
color: #A90DD4;
}
.AnyTagClassName
{
color: #A90DD4;
}
</style>
background-color css
<style>
a { background-color: #A90DD4; }
a { background-color: rgb(169,13,212); }
div.DivClassName
{
background-color: #A90DD4;
}
.BgClassName
{
background-color: #A90DD4;
}
</style>
border-color css
<style>
span { border-color: #A90DD4; }
span { border-color: rgb(169,13,212); }
td.TdClassName
{
border-color: #A90DD4;
}
.TagClassName
{
border-color: #A90DD4;
}
</style>