Shades of Dark Orchid #A540C0
Tints of Dark Orchid #A540C0
RGB
CMYK
RGB Variations
Color information
#A540C0 (or 0xA540C0) is known color: Dark Orchid. HEX triplet: A5, 40 and C0. RGB value is (165,64,192). Sum of RGB (Red+Green+Blue) = 165+64+192=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #A540C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540C0 is #5ABF3F. Grayscale: #6C6C6C. Windows color (decimal): -5947200 or 12599461. OLE color: 12599461.
HSL color Cylindrical-coordinate representation of color #A540C0: hue angle of 287.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A540C0 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 64 | 192 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.25 |
| HSL | 287.34º | 0.5% | 0.5% | - |
| HSV(B) | 287.34º | 0.67% | 0.75% | - |
| XYZ | 26.86 | 15.47 | 51.44 | - |
| YUV | 108.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 192 | 0.14 | 0.67 | 0 | 0.25 | 287.34 | 0.5 | 0.5 |
| Hex | A5 | 40 | C0 | E | 43 | 0 | 19 | 11F | 32 | 32 |
| Octal | 245 | 100 | 300 | 16 | 103 | 0 | 31 | 437 | 62 | 62 |
| Binary | 10100101 | 1000000 | 11000000 | 1110 | 1000011 | 0 | 11001 | 100011111 | 110010 | 110010 |
Color Harmonies of #A540C0
Complementary color
Monochromatic Colors of #A540C0
Black with #A540C0
Text Example
Text Example
White with #A540C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540C0; }
p { color: rgb(165,64,192); }
H1.HeaderClassName
{
color: #A540C0;
}
.AnyTagClassName
{
color: #A540C0;
}
</style>
background-color css
<style>
a { background-color: #A540C0; }
a { background-color: rgb(165,64,192); }
div.DivClassName
{
background-color: #A540C0;
}
.BgClassName
{
background-color: #A540C0;
}
</style>
border-color css
<style>
span { border-color: #A540C0; }
span { border-color: rgb(165,64,192); }
td.TdClassName
{
border-color: #A540C0;
}
.TagClassName
{
border-color: #A540C0;
}
</style>