Shades of Dark Violet #A904CE
Tints of Dark Violet #A904CE
RGB
CMYK
RGB Variations
Color information
#A904CE (or 0xA904CE) is known color: Dark Violet. HEX triplet: A9, 04 and CE. RGB value is (169,4,206). Sum of RGB (Red+Green+Blue) = 169+4+206=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #A904CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A904CE is #56FB31. Grayscale: #4B4B4B. Windows color (decimal): -5700402 or 13501609. OLE color: 13501609.
HSL color Cylindrical-coordinate representation of color #A904CE: hue angle of 289.01º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A904CE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 4 | 206 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.19 |
| HSL | 289.01º | 0.96% | 0.41% | - |
| HSV(B) | 289.01º | 0.98% | 0.81% | - |
| XYZ | 27.55 | 12.98 | 59.45 | - |
| YUV | 76.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 206 | 0.18 | 0.98 | 0 | 0.19 | 289.01 | 0.96 | 0.41 |
| Hex | A9 | 4 | CE | 12 | 62 | 0 | 13 | 121 | 60 | 29 |
| Octal | 251 | 4 | 316 | 22 | 142 | 0 | 23 | 441 | 140 | 51 |
| Binary | 10101001 | 100 | 11001110 | 10010 | 1100010 | 0 | 10011 | 100100001 | 1100000 | 101001 |
Color Harmonies of #A904CE
Complementary color
Monochromatic Colors of #A904CE
Black with #A904CE
Text Example
Text Example
White with #A904CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A904CE; }
p { color: rgb(169,4,206); }
H1.HeaderClassName
{
color: #A904CE;
}
.AnyTagClassName
{
color: #A904CE;
}
</style>
background-color css
<style>
a { background-color: #A904CE; }
a { background-color: rgb(169,4,206); }
div.DivClassName
{
background-color: #A904CE;
}
.BgClassName
{
background-color: #A904CE;
}
</style>
border-color css
<style>
span { border-color: #A904CE; }
span { border-color: rgb(169,4,206); }
td.TdClassName
{
border-color: #A904CE;
}
.TagClassName
{
border-color: #A904CE;
}
</style>