Shades of Medium Orchid #A24DD8
Tints of Medium Orchid #A24DD8
RGB
CMYK
RGB Variations
Color information
#A24DD8 (or 0xA24DD8) is known color: Medium Orchid. HEX triplet: A2, 4D and D8. RGB value is (162,77,216). Sum of RGB (Red+Green+Blue) = 162+77+216=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #A24DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DD8 is #5DB227. Grayscale: #757575. Windows color (decimal): -6140456 or 14175650. OLE color: 14175650.
HSL color Cylindrical-coordinate representation of color #A24DD8: hue angle of 276.69º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A24DD8 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 77 | 216 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.15 |
| HSL | 276.69º | 0.64% | 0.57% | - |
| HSV(B) | 276.69º | 0.64% | 0.85% | - |
| XYZ | 29.95 | 17.95 | 66.85 | - |
| YUV | 118.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 216 | 0.25 | 0.64 | 0 | 0.15 | 276.69 | 0.64 | 0.57 |
| Hex | A2 | 4D | D8 | 19 | 40 | 0 | F | 115 | 40 | 39 |
| Octal | 242 | 115 | 330 | 31 | 100 | 0 | 17 | 425 | 100 | 71 |
| Binary | 10100010 | 1001101 | 11011000 | 11001 | 1000000 | 0 | 1111 | 100010101 | 1000000 | 111001 |
Color Harmonies of #A24DD8
Complementary color
Monochromatic Colors of #A24DD8
Black with #A24DD8
Text Example
Text Example
White with #A24DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24DD8; }
p { color: rgb(162,77,216); }
H1.HeaderClassName
{
color: #A24DD8;
}
.AnyTagClassName
{
color: #A24DD8;
}
</style>
background-color css
<style>
a { background-color: #A24DD8; }
a { background-color: rgb(162,77,216); }
div.DivClassName
{
background-color: #A24DD8;
}
.BgClassName
{
background-color: #A24DD8;
}
</style>
border-color css
<style>
span { border-color: #A24DD8; }
span { border-color: rgb(162,77,216); }
td.TdClassName
{
border-color: #A24DD8;
}
.TagClassName
{
border-color: #A24DD8;
}
</style>