Shades of Dark Orchid #A845C7
Tints of Dark Orchid #A845C7
RGB
CMYK
RGB Variations
Color information
#A845C7 (or 0xA845C7) is known color: Dark Orchid. HEX triplet: A8, 45 and C7. RGB value is (168,69,199). Sum of RGB (Red+Green+Blue) = 168+69+199=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #A845C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845C7 is #57BA38. Grayscale: #717171. Windows color (decimal): -5749305 or 13059496. OLE color: 13059496.
HSL color Cylindrical-coordinate representation of color #A845C7: hue angle of 285.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A845C7 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 69 | 199 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.22 |
| HSL | 285.69º | 0.54% | 0.53% | - |
| HSV(B) | 285.69º | 0.65% | 0.78% | - |
| XYZ | 28.59 | 16.7 | 55.75 | - |
| YUV | 113.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 199 | 0.16 | 0.65 | 0 | 0.22 | 285.69 | 0.54 | 0.53 |
| Hex | A8 | 45 | C7 | 10 | 41 | 0 | 16 | 11E | 36 | 35 |
| Octal | 250 | 105 | 307 | 20 | 101 | 0 | 26 | 436 | 66 | 65 |
| Binary | 10101000 | 1000101 | 11000111 | 10000 | 1000001 | 0 | 10110 | 100011110 | 110110 | 110101 |
Color Harmonies of #A845C7
Complementary color
Monochromatic Colors of #A845C7
Black with #A845C7
Text Example
Text Example
White with #A845C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845C7; }
p { color: rgb(168,69,199); }
H1.HeaderClassName
{
color: #A845C7;
}
.AnyTagClassName
{
color: #A845C7;
}
</style>
background-color css
<style>
a { background-color: #A845C7; }
a { background-color: rgb(168,69,199); }
div.DivClassName
{
background-color: #A845C7;
}
.BgClassName
{
background-color: #A845C7;
}
</style>
border-color css
<style>
span { border-color: #A845C7; }
span { border-color: rgb(168,69,199); }
td.TdClassName
{
border-color: #A845C7;
}
.TagClassName
{
border-color: #A845C7;
}
</style>