Shades of Dark Orchid #A540E1
Tints of Dark Orchid #A540E1
RGB
CMYK
RGB Variations
Color information
#A540E1 (or 0xA540E1) is known color: Dark Orchid. HEX triplet: A5, 40 and E1. RGB value is (165,64,225). Sum of RGB (Red+Green+Blue) = 165+64+225=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #A540E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540E1 is #5ABF1E. Grayscale: #707070. Windows color (decimal): -5947167 or 14762149. OLE color: 14762149.
HSL color Cylindrical-coordinate representation of color #A540E1: hue angle of 277.64º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A540E1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 64 | 225 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.12 |
| HSL | 277.64º | 0.73% | 0.57% | - |
| HSV(B) | 277.64º | 0.72% | 0.88% | - |
| XYZ | 30.94 | 17.1 | 72.9 | - |
| YUV | 112.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 225 | 0.27 | 0.72 | 0 | 0.12 | 277.64 | 0.73 | 0.57 |
| Hex | A5 | 40 | E1 | 1B | 48 | 0 | C | 116 | 49 | 39 |
| Octal | 245 | 100 | 341 | 33 | 110 | 0 | 14 | 426 | 111 | 71 |
| Binary | 10100101 | 1000000 | 11100001 | 11011 | 1001000 | 0 | 1100 | 100010110 | 1001001 | 111001 |
Color Harmonies of #A540E1
Complementary color
Monochromatic Colors of #A540E1
Black with #A540E1
Text Example
Text Example
White with #A540E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540E1; }
p { color: rgb(165,64,225); }
H1.HeaderClassName
{
color: #A540E1;
}
.AnyTagClassName
{
color: #A540E1;
}
</style>
background-color css
<style>
a { background-color: #A540E1; }
a { background-color: rgb(165,64,225); }
div.DivClassName
{
background-color: #A540E1;
}
.BgClassName
{
background-color: #A540E1;
}
</style>
border-color css
<style>
span { border-color: #A540E1; }
span { border-color: rgb(165,64,225); }
td.TdClassName
{
border-color: #A540E1;
}
.TagClassName
{
border-color: #A540E1;
}
</style>