Shades of Medium Orchid #A24CDF
Tints of Medium Orchid #A24CDF
RGB
CMYK
RGB Variations
Color information
#A24CDF (or 0xA24CDF) is known color: Medium Orchid. HEX triplet: A2, 4C and DF. RGB value is (162,76,223). Sum of RGB (Red+Green+Blue) = 162+76+223=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A24CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CDF is #5DB320. Grayscale: #757575. Windows color (decimal): -6140705 or 14634146. OLE color: 14634146.
HSL color Cylindrical-coordinate representation of color #A24CDF: hue angle of 275.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A24CDF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 76 | 223 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.13 |
| HSL | 275.1º | 0.7% | 0.59% | - |
| HSV(B) | 275.1º | 0.66% | 0.87% | - |
| XYZ | 30.8 | 18.18 | 71.7 | - |
| YUV | 118.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 223 | 0.27 | 0.66 | 0 | 0.13 | 275.1 | 0.7 | 0.59 |
| Hex | A2 | 4C | DF | 1B | 42 | 0 | D | 113 | 46 | 3B |
| Octal | 242 | 114 | 337 | 33 | 102 | 0 | 15 | 423 | 106 | 73 |
| Binary | 10100010 | 1001100 | 11011111 | 11011 | 1000010 | 0 | 1101 | 100010011 | 1000110 | 111011 |
Color Harmonies of #A24CDF
Complementary color
Monochromatic Colors of #A24CDF
Black with #A24CDF
Text Example
Text Example
White with #A24CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CDF; }
p { color: rgb(162,76,223); }
H1.HeaderClassName
{
color: #A24CDF;
}
.AnyTagClassName
{
color: #A24CDF;
}
</style>
background-color css
<style>
a { background-color: #A24CDF; }
a { background-color: rgb(162,76,223); }
div.DivClassName
{
background-color: #A24CDF;
}
.BgClassName
{
background-color: #A24CDF;
}
</style>
border-color css
<style>
span { border-color: #A24CDF; }
span { border-color: rgb(162,76,223); }
td.TdClassName
{
border-color: #A24CDF;
}
.TagClassName
{
border-color: #A24CDF;
}
</style>