Shades of Dark Violet #A500E6
Tints of Dark Violet #A500E6
RGB
CMYK
RGB Variations
Color information
#A500E6 (or 0xA500E6) is known color: Dark Violet. HEX triplet: A5, 00 and E6. RGB value is (165,0,230). Sum of RGB (Red+Green+Blue) = 165+0+230=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #A500E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500E6 is #5AFF19. Grayscale: #4A4A4A. Windows color (decimal): -5963546 or 15073445. OLE color: 15073445.
HSL color Cylindrical-coordinate representation of color #A500E6: hue angle of 283.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500E6 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 0 | 230 | - |
| CMYK | 0.28 | 1 | 0 | 0.10 |
| HSL | 283.04º | 1% | 0.45% | - |
| HSV(B) | 283.04º | 1% | 0.9% | - |
| XYZ | 29.8 | 13.71 | 75.94 | - |
| YUV | 75.56 | 215.16 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 230 | 0.28 | 1 | 0 | 0.10 | 283.04 | 1 | 0.45 |
| Hex | A5 | 0 | E6 | 1C | 64 | 0 | A | 11B | 64 | 2D |
| Octal | 245 | 0 | 346 | 34 | 144 | 0 | 12 | 433 | 144 | 55 |
| Binary | 10100101 | 0 | 11100110 | 11100 | 1100100 | 0 | 1010 | 100011011 | 1100100 | 101101 |
Color Harmonies of #A500E6
Complementary color
Monochromatic Colors of #A500E6
Black with #A500E6
Text Example
Text Example
White with #A500E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500E6; }
p { color: rgb(165,0,230); }
H1.HeaderClassName
{
color: #A500E6;
}
.AnyTagClassName
{
color: #A500E6;
}
</style>
background-color css
<style>
a { background-color: #A500E6; }
a { background-color: rgb(165,0,230); }
div.DivClassName
{
background-color: #A500E6;
}
.BgClassName
{
background-color: #A500E6;
}
</style>
border-color css
<style>
span { border-color: #A500E6; }
span { border-color: rgb(165,0,230); }
td.TdClassName
{
border-color: #A500E6;
}
.TagClassName
{
border-color: #A500E6;
}
</style>