Shades of Medium Orchid #A24BE7
Tints of Medium Orchid #A24BE7
RGB
CMYK
RGB Variations
Color information
#A24BE7 (or 0xA24BE7) is known color: Medium Orchid. HEX triplet: A2, 4B and E7. RGB value is (162,75,231). Sum of RGB (Red+Green+Blue) = 162+75+231=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #A24BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BE7 is #5DB418. Grayscale: #767676. Windows color (decimal): -6140953 or 15158178. OLE color: 15158178.
HSL color Cylindrical-coordinate representation of color #A24BE7: hue angle of 273.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A24BE7 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 75 | 231 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.09 |
| HSL | 273.46º | 0.76% | 0.6% | - |
| HSV(B) | 273.46º | 0.68% | 0.91% | - |
| XYZ | 31.84 | 18.48 | 77.49 | - |
| YUV | 118.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 231 | 0.30 | 0.68 | 0 | 0.09 | 273.46 | 0.76 | 0.6 |
| Hex | A2 | 4B | E7 | 1E | 44 | 0 | 9 | 111 | 4C | 3C |
| Octal | 242 | 113 | 347 | 36 | 104 | 0 | 11 | 421 | 114 | 74 |
| Binary | 10100010 | 1001011 | 11100111 | 11110 | 1000100 | 0 | 1001 | 100010001 | 1001100 | 111100 |
Color Harmonies of #A24BE7
Complementary color
Monochromatic Colors of #A24BE7
Black with #A24BE7
Text Example
Text Example
White with #A24BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BE7; }
p { color: rgb(162,75,231); }
H1.HeaderClassName
{
color: #A24BE7;
}
.AnyTagClassName
{
color: #A24BE7;
}
</style>
background-color css
<style>
a { background-color: #A24BE7; }
a { background-color: rgb(162,75,231); }
div.DivClassName
{
background-color: #A24BE7;
}
.BgClassName
{
background-color: #A24BE7;
}
</style>
border-color css
<style>
span { border-color: #A24BE7; }
span { border-color: rgb(162,75,231); }
td.TdClassName
{
border-color: #A24BE7;
}
.TagClassName
{
border-color: #A24BE7;
}
</style>