Shades of Medium Orchid #A751F7
Tints of Medium Orchid #A751F7
RGB
CMYK
RGB Variations
Color information
#A751F7 (or 0xA751F7) is known color: Medium Orchid. HEX triplet: A7, 51 and F7. RGB value is (167,81,247). Sum of RGB (Red+Green+Blue) = 167+81+247=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #A751F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A751F7 is #58AE08. Grayscale: #7D7D7D. Windows color (decimal): -5811721 or 16208295. OLE color: 16208295.
HSL color Cylindrical-coordinate representation of color #A751F7: hue angle of 271.08º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A751F7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 81 | 247 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.03 |
| HSL | 271.08º | 0.91% | 0.64% | - |
| HSV(B) | 271.08º | 0.67% | 0.97% | - |
| XYZ | 35.67 | 20.82 | 90.13 | - |
| YUV | 125.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 247 | 0.32 | 0.67 | 0 | 0.03 | 271.08 | 0.91 | 0.64 |
| Hex | A7 | 51 | F7 | 20 | 43 | 0 | 3 | 10F | 5B | 40 |
| Octal | 247 | 121 | 367 | 40 | 103 | 0 | 3 | 417 | 133 | 100 |
| Binary | 10100111 | 1010001 | 11110111 | 100000 | 1000011 | 0 | 11 | 100001111 | 1011011 | 1000000 |
Color Harmonies of #A751F7
Complementary color
Monochromatic Colors of #A751F7
Black with #A751F7
Text Example
Text Example
White with #A751F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A751F7; }
p { color: rgb(167,81,247); }
H1.HeaderClassName
{
color: #A751F7;
}
.AnyTagClassName
{
color: #A751F7;
}
</style>
background-color css
<style>
a { background-color: #A751F7; }
a { background-color: rgb(167,81,247); }
div.DivClassName
{
background-color: #A751F7;
}
.BgClassName
{
background-color: #A751F7;
}
</style>
border-color css
<style>
span { border-color: #A751F7; }
span { border-color: rgb(167,81,247); }
td.TdClassName
{
border-color: #A751F7;
}
.TagClassName
{
border-color: #A751F7;
}
</style>