Shades of Medium Orchid #A750FA
Tints of Medium Orchid #A750FA
RGB
CMYK
RGB Variations
Color information
#A750FA (or 0xA750FA) is known color: Medium Orchid. HEX triplet: A7, 50 and FA. RGB value is (167,80,250). Sum of RGB (Red+Green+Blue) = 167+80+250=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #A750FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A750FA is #58AF05. Grayscale: #7C7C7C. Windows color (decimal): -5811974 or 16404647. OLE color: 16404647.
HSL color Cylindrical-coordinate representation of color #A750FA: hue angle of 270.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A750FA is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 80 | 250 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.02 |
| HSL | 270.71º | 0.94% | 0.65% | - |
| HSV(B) | 270.71º | 0.68% | 0.98% | - |
| XYZ | 36.06 | 20.85 | 92.57 | - |
| YUV | 125.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 80 | 250 | 0.33 | 0.68 | 0 | 0.02 | 270.71 | 0.94 | 0.65 |
| Hex | A7 | 50 | FA | 21 | 44 | 0 | 2 | 10F | 5E | 41 |
| Octal | 247 | 120 | 372 | 41 | 104 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10100111 | 1010000 | 11111010 | 100001 | 1000100 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #A750FA
Complementary color
Monochromatic Colors of #A750FA
Black with #A750FA
Text Example
Text Example
White with #A750FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A750FA; }
p { color: rgb(167,80,250); }
H1.HeaderClassName
{
color: #A750FA;
}
.AnyTagClassName
{
color: #A750FA;
}
</style>
background-color css
<style>
a { background-color: #A750FA; }
a { background-color: rgb(167,80,250); }
div.DivClassName
{
background-color: #A750FA;
}
.BgClassName
{
background-color: #A750FA;
}
</style>
border-color css
<style>
span { border-color: #A750FA; }
span { border-color: rgb(167,80,250); }
td.TdClassName
{
border-color: #A750FA;
}
.TagClassName
{
border-color: #A750FA;
}
</style>