Shades of Dark Violet #A904D0
Tints of Dark Violet #A904D0
RGB
CMYK
RGB Variations
Color information
#A904D0 (or 0xA904D0) is known color: Dark Violet. HEX triplet: A9, 04 and D0. RGB value is (169,4,208). Sum of RGB (Red+Green+Blue) = 169+4+208=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #A904D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A904D0 is #56FB2F. Grayscale: #4B4B4B. Windows color (decimal): -5700400 or 13632681. OLE color: 13632681.
HSL color Cylindrical-coordinate representation of color #A904D0: hue angle of 288.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A904D0 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 4 | 208 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.18 |
| HSL | 288.53º | 0.96% | 0.42% | - |
| HSV(B) | 288.53º | 0.98% | 0.82% | - |
| XYZ | 27.79 | 13.08 | 60.73 | - |
| YUV | 76.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 208 | 0.19 | 0.98 | 0 | 0.18 | 288.53 | 0.96 | 0.42 |
| Hex | A9 | 4 | D0 | 13 | 62 | 0 | 12 | 121 | 60 | 2A |
| Octal | 251 | 4 | 320 | 23 | 142 | 0 | 22 | 441 | 140 | 52 |
| Binary | 10101001 | 100 | 11010000 | 10011 | 1100010 | 0 | 10010 | 100100001 | 1100000 | 101010 |
Color Harmonies of #A904D0
Complementary color
Monochromatic Colors of #A904D0
Black with #A904D0
Text Example
Text Example
White with #A904D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A904D0; }
p { color: rgb(169,4,208); }
H1.HeaderClassName
{
color: #A904D0;
}
.AnyTagClassName
{
color: #A904D0;
}
</style>
background-color css
<style>
a { background-color: #A904D0; }
a { background-color: rgb(169,4,208); }
div.DivClassName
{
background-color: #A904D0;
}
.BgClassName
{
background-color: #A904D0;
}
</style>
border-color css
<style>
span { border-color: #A904D0; }
span { border-color: rgb(169,4,208); }
td.TdClassName
{
border-color: #A904D0;
}
.TagClassName
{
border-color: #A904D0;
}
</style>