Shades of Medium Orchid #A24BE6
Tints of Medium Orchid #A24BE6
RGB
CMYK
RGB Variations
Color information
#A24BE6 (or 0xA24BE6) is known color: Medium Orchid. HEX triplet: A2, 4B and E6. RGB value is (162,75,230). Sum of RGB (Red+Green+Blue) = 162+75+230=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #A24BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BE6 is #5DB419. Grayscale: #767676. Windows color (decimal): -6140954 or 15092642. OLE color: 15092642.
HSL color Cylindrical-coordinate representation of color #A24BE6: hue angle of 273.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24BE6 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 75 | 230 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.10 |
| HSL | 273.68º | 0.76% | 0.6% | - |
| HSV(B) | 273.68º | 0.67% | 0.9% | - |
| XYZ | 31.7 | 18.43 | 76.75 | - |
| YUV | 118.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 230 | 0.30 | 0.67 | 0 | 0.10 | 273.68 | 0.76 | 0.6 |
| Hex | A2 | 4B | E6 | 1E | 43 | 0 | A | 112 | 4C | 3C |
| Octal | 242 | 113 | 346 | 36 | 103 | 0 | 12 | 422 | 114 | 74 |
| Binary | 10100010 | 1001011 | 11100110 | 11110 | 1000011 | 0 | 1010 | 100010010 | 1001100 | 111100 |
Color Harmonies of #A24BE6
Complementary color
Monochromatic Colors of #A24BE6
Black with #A24BE6
Text Example
Text Example
White with #A24BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BE6; }
p { color: rgb(162,75,230); }
H1.HeaderClassName
{
color: #A24BE6;
}
.AnyTagClassName
{
color: #A24BE6;
}
</style>
background-color css
<style>
a { background-color: #A24BE6; }
a { background-color: rgb(162,75,230); }
div.DivClassName
{
background-color: #A24BE6;
}
.BgClassName
{
background-color: #A24BE6;
}
</style>
border-color css
<style>
span { border-color: #A24BE6; }
span { border-color: rgb(162,75,230); }
td.TdClassName
{
border-color: #A24BE6;
}
.TagClassName
{
border-color: #A24BE6;
}
</style>