Shades of Medium Orchid #A845DC
Tints of Medium Orchid #A845DC
RGB
CMYK
RGB Variations
Color information
#A845DC (or 0xA845DC) is known color: Medium Orchid. HEX triplet: A8, 45 and DC. RGB value is (168,69,220). Sum of RGB (Red+Green+Blue) = 168+69+220=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #A845DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845DC is #57BA23. Grayscale: #737373. Windows color (decimal): -5749284 or 14435752. OLE color: 14435752.
HSL color Cylindrical-coordinate representation of color #A845DC: hue angle of 279.34º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A845DC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 69 | 220 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.14 |
| HSL | 279.34º | 0.68% | 0.57% | - |
| HSV(B) | 279.34º | 0.69% | 0.86% | - |
| XYZ | 31.19 | 17.75 | 69.49 | - |
| YUV | 115.82 | 186.8 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 220 | 0.24 | 0.69 | 0 | 0.14 | 279.34 | 0.68 | 0.57 |
| Hex | A8 | 45 | DC | 18 | 45 | 0 | E | 117 | 44 | 39 |
| Octal | 250 | 105 | 334 | 30 | 105 | 0 | 16 | 427 | 104 | 71 |
| Binary | 10101000 | 1000101 | 11011100 | 11000 | 1000101 | 0 | 1110 | 100010111 | 1000100 | 111001 |
Color Harmonies of #A845DC
Complementary color
Monochromatic Colors of #A845DC
Black with #A845DC
Text Example
Text Example
White with #A845DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845DC; }
p { color: rgb(168,69,220); }
H1.HeaderClassName
{
color: #A845DC;
}
.AnyTagClassName
{
color: #A845DC;
}
</style>
background-color css
<style>
a { background-color: #A845DC; }
a { background-color: rgb(168,69,220); }
div.DivClassName
{
background-color: #A845DC;
}
.BgClassName
{
background-color: #A845DC;
}
</style>
border-color css
<style>
span { border-color: #A845DC; }
span { border-color: rgb(168,69,220); }
td.TdClassName
{
border-color: #A845DC;
}
.TagClassName
{
border-color: #A845DC;
}
</style>