Shades of Dark Violet #A500DE
Tints of Dark Violet #A500DE
RGB
CMYK
RGB Variations
Color information
#A500DE (or 0xA500DE) is known color: Dark Violet. HEX triplet: A5, 00 and DE. RGB value is (165,0,222). Sum of RGB (Red+Green+Blue) = 165+0+222=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #A500DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500DE is #5AFF21. Grayscale: #494949. Windows color (decimal): -5963554 or 14549157. OLE color: 14549157.
HSL color Cylindrical-coordinate representation of color #A500DE: hue angle of 284.59º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500DE is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 0 | 222 | - |
| CMYK | 0.26 | 1 | 0 | 0.13 |
| HSL | 284.59º | 1% | 0.44% | - |
| HSV(B) | 284.59º | 1% | 0.87% | - |
| XYZ | 28.7 | 13.27 | 70.16 | - |
| YUV | 74.64 | 211.16 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 222 | 0.26 | 1 | 0 | 0.13 | 284.59 | 1 | 0.44 |
| Hex | A5 | 0 | DE | 1A | 64 | 0 | D | 11D | 64 | 2C |
| Octal | 245 | 0 | 336 | 32 | 144 | 0 | 15 | 435 | 144 | 54 |
| Binary | 10100101 | 0 | 11011110 | 11010 | 1100100 | 0 | 1101 | 100011101 | 1100100 | 101100 |
Color Harmonies of #A500DE
Complementary color
Monochromatic Colors of #A500DE
Black with #A500DE
Text Example
Text Example
White with #A500DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500DE; }
p { color: rgb(165,0,222); }
H1.HeaderClassName
{
color: #A500DE;
}
.AnyTagClassName
{
color: #A500DE;
}
</style>
background-color css
<style>
a { background-color: #A500DE; }
a { background-color: rgb(165,0,222); }
div.DivClassName
{
background-color: #A500DE;
}
.BgClassName
{
background-color: #A500DE;
}
</style>
border-color css
<style>
span { border-color: #A500DE; }
span { border-color: rgb(165,0,222); }
td.TdClassName
{
border-color: #A500DE;
}
.TagClassName
{
border-color: #A500DE;
}
</style>