Shades of Dark Orchid #A540CF
Tints of Dark Orchid #A540CF
RGB
CMYK
RGB Variations
Color information
#A540CF (or 0xA540CF) is known color: Dark Orchid. HEX triplet: A5, 40 and CF. RGB value is (165,64,207). Sum of RGB (Red+Green+Blue) = 165+64+207=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A540CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540CF is #5ABF30. Grayscale: #6E6E6E. Windows color (decimal): -5947185 or 13582501. OLE color: 13582501.
HSL color Cylindrical-coordinate representation of color #A540CF: hue angle of 282.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A540CF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 64 | 207 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.19 |
| HSL | 282.38º | 0.6% | 0.53% | - |
| HSV(B) | 282.38º | 0.69% | 0.81% | - |
| XYZ | 28.61 | 16.17 | 60.64 | - |
| YUV | 110.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 207 | 0.20 | 0.69 | 0 | 0.19 | 282.38 | 0.6 | 0.53 |
| Hex | A5 | 40 | CF | 14 | 45 | 0 | 13 | 11A | 3C | 35 |
| Octal | 245 | 100 | 317 | 24 | 105 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100101 | 1000000 | 11001111 | 10100 | 1000101 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A540CF
Complementary color
Monochromatic Colors of #A540CF
Black with #A540CF
Text Example
Text Example
White with #A540CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540CF; }
p { color: rgb(165,64,207); }
H1.HeaderClassName
{
color: #A540CF;
}
.AnyTagClassName
{
color: #A540CF;
}
</style>
background-color css
<style>
a { background-color: #A540CF; }
a { background-color: rgb(165,64,207); }
div.DivClassName
{
background-color: #A540CF;
}
.BgClassName
{
background-color: #A540CF;
}
</style>
border-color css
<style>
span { border-color: #A540CF; }
span { border-color: rgb(165,64,207); }
td.TdClassName
{
border-color: #A540CF;
}
.TagClassName
{
border-color: #A540CF;
}
</style>