Shades of Dark Orchid #A840C1
Tints of Dark Orchid #A840C1
RGB
CMYK
RGB Variations
Color information
#A840C1 (or 0xA840C1) is known color: Dark Orchid. HEX triplet: A8, 40 and C1. RGB value is (168,64,193). Sum of RGB (Red+Green+Blue) = 168+64+193=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #A840C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840C1 is #57BF3E. Grayscale: #6D6D6D. Windows color (decimal): -5750591 or 12665000. OLE color: 12665000.
HSL color Cylindrical-coordinate representation of color #A840C1: hue angle of 288.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A840C1 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 64 | 193 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.24 |
| HSL | 288.37º | 0.51% | 0.5% | - |
| HSV(B) | 288.37º | 0.67% | 0.76% | - |
| XYZ | 27.61 | 15.84 | 52.05 | - |
| YUV | 109.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 193 | 0.13 | 0.67 | 0 | 0.24 | 288.37 | 0.51 | 0.5 |
| Hex | A8 | 40 | C1 | D | 43 | 0 | 18 | 120 | 33 | 32 |
| Octal | 250 | 100 | 301 | 15 | 103 | 0 | 30 | 440 | 63 | 62 |
| Binary | 10101000 | 1000000 | 11000001 | 1101 | 1000011 | 0 | 11000 | 100100000 | 110011 | 110010 |
Color Harmonies of #A840C1
Complementary color
Monochromatic Colors of #A840C1
Black with #A840C1
Text Example
Text Example
White with #A840C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A840C1; }
p { color: rgb(168,64,193); }
H1.HeaderClassName
{
color: #A840C1;
}
.AnyTagClassName
{
color: #A840C1;
}
</style>
background-color css
<style>
a { background-color: #A840C1; }
a { background-color: rgb(168,64,193); }
div.DivClassName
{
background-color: #A840C1;
}
.BgClassName
{
background-color: #A840C1;
}
</style>
border-color css
<style>
span { border-color: #A840C1; }
span { border-color: rgb(168,64,193); }
td.TdClassName
{
border-color: #A840C1;
}
.TagClassName
{
border-color: #A840C1;
}
</style>