Shades of Medium Orchid #A24CE7
Tints of Medium Orchid #A24CE7
RGB
CMYK
RGB Variations
Color information
#A24CE7 (or 0xA24CE7) is known color: Medium Orchid. HEX triplet: A2, 4C and E7. RGB value is (162,76,231). Sum of RGB (Red+Green+Blue) = 162+76+231=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #A24CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CE7 is #5DB318. Grayscale: #767676. Windows color (decimal): -6140697 or 15158434. OLE color: 15158434.
HSL color Cylindrical-coordinate representation of color #A24CE7: hue angle of 273.29º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24CE7 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 76 | 231 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.09 |
| HSL | 273.29º | 0.76% | 0.6% | - |
| HSV(B) | 273.29º | 0.67% | 0.91% | - |
| XYZ | 31.91 | 18.62 | 77.51 | - |
| YUV | 119.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 231 | 0.30 | 0.67 | 0 | 0.09 | 273.29 | 0.76 | 0.6 |
| Hex | A2 | 4C | E7 | 1E | 43 | 0 | 9 | 111 | 4C | 3C |
| Octal | 242 | 114 | 347 | 36 | 103 | 0 | 11 | 421 | 114 | 74 |
| Binary | 10100010 | 1001100 | 11100111 | 11110 | 1000011 | 0 | 1001 | 100010001 | 1001100 | 111100 |
Color Harmonies of #A24CE7
Complementary color
Monochromatic Colors of #A24CE7
Black with #A24CE7
Text Example
Text Example
White with #A24CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CE7; }
p { color: rgb(162,76,231); }
H1.HeaderClassName
{
color: #A24CE7;
}
.AnyTagClassName
{
color: #A24CE7;
}
</style>
background-color css
<style>
a { background-color: #A24CE7; }
a { background-color: rgb(162,76,231); }
div.DivClassName
{
background-color: #A24CE7;
}
.BgClassName
{
background-color: #A24CE7;
}
</style>
border-color css
<style>
span { border-color: #A24CE7; }
span { border-color: rgb(162,76,231); }
td.TdClassName
{
border-color: #A24CE7;
}
.TagClassName
{
border-color: #A24CE7;
}
</style>