Shades of Dark Orchid #A140C6
Tints of Dark Orchid #A140C6
RGB
CMYK
RGB Variations
Color information
#A140C6 (or 0xA140C6) is known color: Dark Orchid. HEX triplet: A1, 40 and C6. RGB value is (161,64,198). Sum of RGB (Red+Green+Blue) = 161+64+198=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #A140C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140C6 is #5EBF39. Grayscale: #6B6B6B. Windows color (decimal): -6209338 or 12992673. OLE color: 12992673.
HSL color Cylindrical-coordinate representation of color #A140C6: hue angle of 283.43º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A140C6 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 64 | 198 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.22 |
| HSL | 283.43º | 0.54% | 0.51% | - |
| HSV(B) | 283.43º | 0.68% | 0.78% | - |
| XYZ | 26.72 | 15.32 | 54.97 | - |
| YUV | 108.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 198 | 0.19 | 0.68 | 0 | 0.22 | 283.43 | 0.54 | 0.51 |
| Hex | A1 | 40 | C6 | 13 | 44 | 0 | 16 | 11B | 36 | 33 |
| Octal | 241 | 100 | 306 | 23 | 104 | 0 | 26 | 433 | 66 | 63 |
| Binary | 10100001 | 1000000 | 11000110 | 10011 | 1000100 | 0 | 10110 | 100011011 | 110110 | 110011 |
Color Harmonies of #A140C6
Complementary color
Monochromatic Colors of #A140C6
Black with #A140C6
Text Example
Text Example
White with #A140C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140C6; }
p { color: rgb(161,64,198); }
H1.HeaderClassName
{
color: #A140C6;
}
.AnyTagClassName
{
color: #A140C6;
}
</style>
background-color css
<style>
a { background-color: #A140C6; }
a { background-color: rgb(161,64,198); }
div.DivClassName
{
background-color: #A140C6;
}
.BgClassName
{
background-color: #A140C6;
}
</style>
border-color css
<style>
span { border-color: #A140C6; }
span { border-color: rgb(161,64,198); }
td.TdClassName
{
border-color: #A140C6;
}
.TagClassName
{
border-color: #A140C6;
}
</style>