Shades of Dark Orchid #A140C7
Tints of Dark Orchid #A140C7
RGB
CMYK
RGB Variations
Color information
#A140C7 (or 0xA140C7) is known color: Dark Orchid. HEX triplet: A1, 40 and C7. RGB value is (161,64,199). Sum of RGB (Red+Green+Blue) = 161+64+199=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #A140C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140C7 is #5EBF38. Grayscale: #6B6B6B. Windows color (decimal): -6209337 or 13058209. OLE color: 13058209.
HSL color Cylindrical-coordinate representation of color #A140C7: hue angle of 283.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A140C7 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 64 | 199 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.22 |
| HSL | 283.11º | 0.55% | 0.52% | - |
| HSV(B) | 283.11º | 0.68% | 0.78% | - |
| XYZ | 26.84 | 15.37 | 55.58 | - |
| YUV | 108.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 199 | 0.19 | 0.68 | 0 | 0.22 | 283.11 | 0.55 | 0.52 |
| Hex | A1 | 40 | C7 | 13 | 44 | 0 | 16 | 11B | 37 | 34 |
| Octal | 241 | 100 | 307 | 23 | 104 | 0 | 26 | 433 | 67 | 64 |
| Binary | 10100001 | 1000000 | 11000111 | 10011 | 1000100 | 0 | 10110 | 100011011 | 110111 | 110100 |
Color Harmonies of #A140C7
Complementary color
Monochromatic Colors of #A140C7
Black with #A140C7
Text Example
Text Example
White with #A140C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140C7; }
p { color: rgb(161,64,199); }
H1.HeaderClassName
{
color: #A140C7;
}
.AnyTagClassName
{
color: #A140C7;
}
</style>
background-color css
<style>
a { background-color: #A140C7; }
a { background-color: rgb(161,64,199); }
div.DivClassName
{
background-color: #A140C7;
}
.BgClassName
{
background-color: #A140C7;
}
</style>
border-color css
<style>
span { border-color: #A140C7; }
span { border-color: rgb(161,64,199); }
td.TdClassName
{
border-color: #A140C7;
}
.TagClassName
{
border-color: #A140C7;
}
</style>