Shades of Dark Violet #A500CE
Tints of Dark Violet #A500CE
RGB
CMYK
RGB Variations
Color information
#A500CE (or 0xA500CE) is known color: Dark Violet. HEX triplet: A5, 00 and CE. RGB value is (165,0,206). Sum of RGB (Red+Green+Blue) = 165+0+206=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #A500CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500CE is #5AFF31. Grayscale: #484848. Windows color (decimal): -5963570 or 13500581. OLE color: 13500581.
HSL color Cylindrical-coordinate representation of color #A500CE: hue angle of 288.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500CE is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 0 | 206 | - |
| CMYK | 0.20 | 1 | 0 | 0.19 |
| HSL | 288.06º | 1% | 0.4% | - |
| HSV(B) | 288.06º | 1% | 0.81% | - |
| XYZ | 26.66 | 12.46 | 59.39 | - |
| YUV | 72.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 206 | 0.20 | 1 | 0 | 0.19 | 288.06 | 1 | 0.4 |
| Hex | A5 | 0 | CE | 14 | 64 | 0 | 13 | 120 | 64 | 28 |
| Octal | 245 | 0 | 316 | 24 | 144 | 0 | 23 | 440 | 144 | 50 |
| Binary | 10100101 | 0 | 11001110 | 10100 | 1100100 | 0 | 10011 | 100100000 | 1100100 | 101000 |
Color Harmonies of #A500CE
Complementary color
Monochromatic Colors of #A500CE
Black with #A500CE
Text Example
Text Example
White with #A500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500CE; }
p { color: rgb(165,0,206); }
H1.HeaderClassName
{
color: #A500CE;
}
.AnyTagClassName
{
color: #A500CE;
}
</style>
background-color css
<style>
a { background-color: #A500CE; }
a { background-color: rgb(165,0,206); }
div.DivClassName
{
background-color: #A500CE;
}
.BgClassName
{
background-color: #A500CE;
}
</style>
border-color css
<style>
span { border-color: #A500CE; }
span { border-color: rgb(165,0,206); }
td.TdClassName
{
border-color: #A500CE;
}
.TagClassName
{
border-color: #A500CE;
}
</style>