Shades of Medium Orchid #A751EC
Tints of Medium Orchid #A751EC
RGB
CMYK
RGB Variations
Color information
#A751EC (or 0xA751EC) is known color: Medium Orchid. HEX triplet: A7, 51 and EC. RGB value is (167,81,236). Sum of RGB (Red+Green+Blue) = 167+81+236=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A751EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751EC is #58AE13. Grayscale: #7B7B7B. Windows color (decimal): -5811732 or 15487399. OLE color: 15487399.
HSL color Cylindrical-coordinate representation of color #A751EC: hue angle of 273.29º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A751EC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 81 | 236 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.29º | 0.8% | 0.62% | - |
| HSV(B) | 273.29º | 0.66% | 0.93% | - |
| XYZ | 34.02 | 20.16 | 81.45 | - |
| YUV | 124.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 236 | 0.29 | 0.66 | 0 | 0.07 | 273.29 | 0.8 | 0.62 |
| Hex | A7 | 51 | EC | 1D | 42 | 0 | 7 | 111 | 50 | 3E |
| Octal | 247 | 121 | 354 | 35 | 102 | 0 | 7 | 421 | 120 | 76 |
| Binary | 10100111 | 1010001 | 11101100 | 11101 | 1000010 | 0 | 111 | 100010001 | 1010000 | 111110 |
Color Harmonies of #A751EC
Complementary color
Monochromatic Colors of #A751EC
Black with #A751EC
Text Example
Text Example
White with #A751EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751EC; }
p { color: rgb(167,81,236); }
H1.HeaderClassName
{
color: #A751EC;
}
.AnyTagClassName
{
color: #A751EC;
}
</style>
background-color css
<style>
a { background-color: #A751EC; }
a { background-color: rgb(167,81,236); }
div.DivClassName
{
background-color: #A751EC;
}
.BgClassName
{
background-color: #A751EC;
}
</style>
border-color css
<style>
span { border-color: #A751EC; }
span { border-color: rgb(167,81,236); }
td.TdClassName
{
border-color: #A751EC;
}
.TagClassName
{
border-color: #A751EC;
}
</style>