Shades of Dark Orchid #A140CE
Tints of Dark Orchid #A140CE
RGB
CMYK
RGB Variations
Color information
#A140CE (or 0xA140CE) is known color: Dark Orchid. HEX triplet: A1, 40 and CE. RGB value is (161,64,206). Sum of RGB (Red+Green+Blue) = 161+64+206=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #A140CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140CE is #5EBF31. Grayscale: #6C6C6C. Windows color (decimal): -6209330 or 13516961. OLE color: 13516961.
HSL color Cylindrical-coordinate representation of color #A140CE: hue angle of 280.99º degrees, saturation: 0.59, 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 #A140CE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 64 | 206 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.19 |
| HSL | 280.99º | 0.59% | 0.53% | - |
| HSV(B) | 280.99º | 0.69% | 0.81% | - |
| XYZ | 27.67 | 15.7 | 59.96 | - |
| YUV | 109.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 206 | 0.22 | 0.69 | 0 | 0.19 | 280.99 | 0.59 | 0.53 |
| Hex | A1 | 40 | CE | 16 | 45 | 0 | 13 | 119 | 3B | 35 |
| Octal | 241 | 100 | 316 | 26 | 105 | 0 | 23 | 431 | 73 | 65 |
| Binary | 10100001 | 1000000 | 11001110 | 10110 | 1000101 | 0 | 10011 | 100011001 | 111011 | 110101 |
Color Harmonies of #A140CE
Complementary color
Monochromatic Colors of #A140CE
Black with #A140CE
Text Example
Text Example
White with #A140CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140CE; }
p { color: rgb(161,64,206); }
H1.HeaderClassName
{
color: #A140CE;
}
.AnyTagClassName
{
color: #A140CE;
}
</style>
background-color css
<style>
a { background-color: #A140CE; }
a { background-color: rgb(161,64,206); }
div.DivClassName
{
background-color: #A140CE;
}
.BgClassName
{
background-color: #A140CE;
}
</style>
border-color css
<style>
span { border-color: #A140CE; }
span { border-color: rgb(161,64,206); }
td.TdClassName
{
border-color: #A140CE;
}
.TagClassName
{
border-color: #A140CE;
}
</style>