Shades of Medium Orchid #A751EF
Tints of Medium Orchid #A751EF
RGB
CMYK
RGB Variations
Color information
#A751EF (or 0xA751EF) is known color: Medium Orchid. HEX triplet: A7, 51 and EF. RGB value is (167,81,239). Sum of RGB (Red+Green+Blue) = 167+81+239=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #A751EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751EF is #58AE10. Grayscale: #7C7C7C. Windows color (decimal): -5811729 or 15684007. OLE color: 15684007.
HSL color Cylindrical-coordinate representation of color #A751EF: hue angle of 272.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A751EF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 81 | 239 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.06 |
| HSL | 272.66º | 0.83% | 0.63% | - |
| HSV(B) | 272.66º | 0.66% | 0.94% | - |
| XYZ | 34.46 | 20.33 | 83.77 | - |
| YUV | 124.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 239 | 0.30 | 0.66 | 0 | 0.06 | 272.66 | 0.83 | 0.63 |
| Hex | A7 | 51 | EF | 1E | 42 | 0 | 6 | 111 | 53 | 3F |
| Octal | 247 | 121 | 357 | 36 | 102 | 0 | 6 | 421 | 123 | 77 |
| Binary | 10100111 | 1010001 | 11101111 | 11110 | 1000010 | 0 | 110 | 100010001 | 1010011 | 111111 |
Color Harmonies of #A751EF
Complementary color
Monochromatic Colors of #A751EF
Black with #A751EF
Text Example
Text Example
White with #A751EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751EF; }
p { color: rgb(167,81,239); }
H1.HeaderClassName
{
color: #A751EF;
}
.AnyTagClassName
{
color: #A751EF;
}
</style>
background-color css
<style>
a { background-color: #A751EF; }
a { background-color: rgb(167,81,239); }
div.DivClassName
{
background-color: #A751EF;
}
.BgClassName
{
background-color: #A751EF;
}
</style>
border-color css
<style>
span { border-color: #A751EF; }
span { border-color: rgb(167,81,239); }
td.TdClassName
{
border-color: #A751EF;
}
.TagClassName
{
border-color: #A751EF;
}
</style>