Shades of Dark Violet #A504CE
Tints of Dark Violet #A504CE
RGB
CMYK
RGB Variations
Color information
#A504CE (or 0xA504CE) is known color: Dark Violet. HEX triplet: A5, 04 and CE. RGB value is (165,4,206). Sum of RGB (Red+Green+Blue) = 165+4+206=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A504CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504CE is #5AFB31. Grayscale: #4A4A4A. Windows color (decimal): -5962546 or 13501605. OLE color: 13501605.
HSL color Cylindrical-coordinate representation of color #A504CE: hue angle of 287.82º 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 #A504CE is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 4 | 206 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.19 |
| HSL | 287.82º | 0.96% | 0.41% | - |
| HSV(B) | 287.82º | 0.98% | 0.81% | - |
| XYZ | 26.7 | 12.54 | 59.41 | - |
| YUV | 75.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 206 | 0.20 | 0.98 | 0 | 0.19 | 287.82 | 0.96 | 0.41 |
| Hex | A5 | 4 | CE | 14 | 62 | 0 | 13 | 120 | 60 | 29 |
| Octal | 245 | 4 | 316 | 24 | 142 | 0 | 23 | 440 | 140 | 51 |
| Binary | 10100101 | 100 | 11001110 | 10100 | 1100010 | 0 | 10011 | 100100000 | 1100000 | 101001 |
Color Harmonies of #A504CE
Complementary color
Monochromatic Colors of #A504CE
Black with #A504CE
Text Example
Text Example
White with #A504CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504CE; }
p { color: rgb(165,4,206); }
H1.HeaderClassName
{
color: #A504CE;
}
.AnyTagClassName
{
color: #A504CE;
}
</style>
background-color css
<style>
a { background-color: #A504CE; }
a { background-color: rgb(165,4,206); }
div.DivClassName
{
background-color: #A504CE;
}
.BgClassName
{
background-color: #A504CE;
}
</style>
border-color css
<style>
span { border-color: #A504CE; }
span { border-color: rgb(165,4,206); }
td.TdClassName
{
border-color: #A504CE;
}
.TagClassName
{
border-color: #A504CE;
}
</style>