Shades of Dark Orchid #A140C0
Tints of Dark Orchid #A140C0
RGB
CMYK
RGB Variations
Color information
#A140C0 (or 0xA140C0) is known color: Dark Orchid. HEX triplet: A1, 40 and C0. RGB value is (161,64,192). Sum of RGB (Red+Green+Blue) = 161+64+192=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #A140C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140C0 is #5EBF3F. Grayscale: #6B6B6B. Windows color (decimal): -6209344 or 12599457. OLE color: 12599457.
HSL color Cylindrical-coordinate representation of color #A140C0: hue angle of 285.47º 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 #A140C0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 64 | 192 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.25 |
| HSL | 285.47º | 0.5% | 0.5% | - |
| HSV(B) | 285.47º | 0.67% | 0.75% | - |
| XYZ | 26.05 | 15.05 | 51.4 | - |
| YUV | 107.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 192 | 0.16 | 0.67 | 0 | 0.25 | 285.47 | 0.5 | 0.5 |
| Hex | A1 | 40 | C0 | 10 | 43 | 0 | 19 | 11D | 32 | 32 |
| Octal | 241 | 100 | 300 | 20 | 103 | 0 | 31 | 435 | 62 | 62 |
| Binary | 10100001 | 1000000 | 11000000 | 10000 | 1000011 | 0 | 11001 | 100011101 | 110010 | 110010 |
Color Harmonies of #A140C0
Complementary color
Monochromatic Colors of #A140C0
Black with #A140C0
Text Example
Text Example
White with #A140C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140C0; }
p { color: rgb(161,64,192); }
H1.HeaderClassName
{
color: #A140C0;
}
.AnyTagClassName
{
color: #A140C0;
}
</style>
background-color css
<style>
a { background-color: #A140C0; }
a { background-color: rgb(161,64,192); }
div.DivClassName
{
background-color: #A140C0;
}
.BgClassName
{
background-color: #A140C0;
}
</style>
border-color css
<style>
span { border-color: #A140C0; }
span { border-color: rgb(161,64,192); }
td.TdClassName
{
border-color: #A140C0;
}
.TagClassName
{
border-color: #A140C0;
}
</style>