Shades of Dark Orchid #A540D0
Tints of Dark Orchid #A540D0
RGB
CMYK
RGB Variations
Color information
#A540D0 (or 0xA540D0) is known color: Dark Orchid. HEX triplet: A5, 40 and D0. RGB value is (165,64,208). Sum of RGB (Red+Green+Blue) = 165+64+208=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #A540D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540D0 is #5ABF2F. Grayscale: #6E6E6E. Windows color (decimal): -5947184 or 13648037. OLE color: 13648037.
HSL color Cylindrical-coordinate representation of color #A540D0: hue angle of 282.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A540D0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 64 | 208 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.18 |
| HSL | 282.08º | 0.61% | 0.53% | - |
| HSV(B) | 282.08º | 0.69% | 0.82% | - |
| XYZ | 28.74 | 16.22 | 61.29 | - |
| YUV | 110.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 208 | 0.21 | 0.69 | 0 | 0.18 | 282.08 | 0.61 | 0.53 |
| Hex | A5 | 40 | D0 | 15 | 45 | 0 | 12 | 11A | 3D | 35 |
| Octal | 245 | 100 | 320 | 25 | 105 | 0 | 22 | 432 | 75 | 65 |
| Binary | 10100101 | 1000000 | 11010000 | 10101 | 1000101 | 0 | 10010 | 100011010 | 111101 | 110101 |
Color Harmonies of #A540D0
Complementary color
Monochromatic Colors of #A540D0
Black with #A540D0
Text Example
Text Example
White with #A540D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540D0; }
p { color: rgb(165,64,208); }
H1.HeaderClassName
{
color: #A540D0;
}
.AnyTagClassName
{
color: #A540D0;
}
</style>
background-color css
<style>
a { background-color: #A540D0; }
a { background-color: rgb(165,64,208); }
div.DivClassName
{
background-color: #A540D0;
}
.BgClassName
{
background-color: #A540D0;
}
</style>
border-color css
<style>
span { border-color: #A540D0; }
span { border-color: rgb(165,64,208); }
td.TdClassName
{
border-color: #A540D0;
}
.TagClassName
{
border-color: #A540D0;
}
</style>