Shades of Dark Orchid #A140C9
Tints of Dark Orchid #A140C9
RGB
CMYK
RGB Variations
Color information
#A140C9 (or 0xA140C9) is known color: Dark Orchid. HEX triplet: A1, 40 and C9. RGB value is (161,64,201). Sum of RGB (Red+Green+Blue) = 161+64+201=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #A140C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140C9 is #5EBF36. Grayscale: #6C6C6C. Windows color (decimal): -6209335 or 13189281. OLE color: 13189281.
HSL color Cylindrical-coordinate representation of color #A140C9: hue angle of 282.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A140C9 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 64 | 201 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.21 |
| HSL | 282.48º | 0.56% | 0.52% | - |
| HSV(B) | 282.48º | 0.68% | 0.79% | - |
| XYZ | 27.07 | 15.46 | 56.82 | - |
| YUV | 108.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 201 | 0.20 | 0.68 | 0 | 0.21 | 282.48 | 0.56 | 0.52 |
| Hex | A1 | 40 | C9 | 14 | 44 | 0 | 15 | 11A | 38 | 34 |
| Octal | 241 | 100 | 311 | 24 | 104 | 0 | 25 | 432 | 70 | 64 |
| Binary | 10100001 | 1000000 | 11001001 | 10100 | 1000100 | 0 | 10101 | 100011010 | 111000 | 110100 |
Color Harmonies of #A140C9
Complementary color
Monochromatic Colors of #A140C9
Black with #A140C9
Text Example
Text Example
White with #A140C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140C9; }
p { color: rgb(161,64,201); }
H1.HeaderClassName
{
color: #A140C9;
}
.AnyTagClassName
{
color: #A140C9;
}
</style>
background-color css
<style>
a { background-color: #A140C9; }
a { background-color: rgb(161,64,201); }
div.DivClassName
{
background-color: #A140C9;
}
.BgClassName
{
background-color: #A140C9;
}
</style>
border-color css
<style>
span { border-color: #A140C9; }
span { border-color: rgb(161,64,201); }
td.TdClassName
{
border-color: #A140C9;
}
.TagClassName
{
border-color: #A140C9;
}
</style>