Shades of Medium Orchid #A24CE9
Tints of Medium Orchid #A24CE9
RGB
CMYK
RGB Variations
Color information
#A24CE9 (or 0xA24CE9) is known color: Medium Orchid. HEX triplet: A2, 4C and E9. RGB value is (162,76,233). Sum of RGB (Red+Green+Blue) = 162+76+233=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #A24CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CE9 is #5DB316. Grayscale: #777777. Windows color (decimal): -6140695 or 15289506. OLE color: 15289506.
HSL color Cylindrical-coordinate representation of color #A24CE9: hue angle of 272.87º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24CE9 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 76 | 233 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.09 |
| HSL | 272.87º | 0.78% | 0.61% | - |
| HSV(B) | 272.87º | 0.67% | 0.91% | - |
| XYZ | 32.19 | 18.73 | 79.01 | - |
| YUV | 119.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 233 | 0.30 | 0.67 | 0 | 0.09 | 272.87 | 0.78 | 0.61 |
| Hex | A2 | 4C | E9 | 1E | 43 | 0 | 9 | 111 | 4E | 3D |
| Octal | 242 | 114 | 351 | 36 | 103 | 0 | 11 | 421 | 116 | 75 |
| Binary | 10100010 | 1001100 | 11101001 | 11110 | 1000011 | 0 | 1001 | 100010001 | 1001110 | 111101 |
Color Harmonies of #A24CE9
Complementary color
Monochromatic Colors of #A24CE9
Black with #A24CE9
Text Example
Text Example
White with #A24CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CE9; }
p { color: rgb(162,76,233); }
H1.HeaderClassName
{
color: #A24CE9;
}
.AnyTagClassName
{
color: #A24CE9;
}
</style>
background-color css
<style>
a { background-color: #A24CE9; }
a { background-color: rgb(162,76,233); }
div.DivClassName
{
background-color: #A24CE9;
}
.BgClassName
{
background-color: #A24CE9;
}
</style>
border-color css
<style>
span { border-color: #A24CE9; }
span { border-color: rgb(162,76,233); }
td.TdClassName
{
border-color: #A24CE9;
}
.TagClassName
{
border-color: #A24CE9;
}
</style>